Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ pystructseq.rs
File
pystructseq.rs
crates/derive-impl/src/pystructseq.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use crate::util::{ItemMeta, ItemMetaInner};
2
use proc_macro2::TokenStream;
3
use quote::{format_ident, quote};
4
use syn::{DeriveInput, Ident, Item, Result};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected