Re-exports§
pub use utils::ExprHelper;
pub use proc_macro2;
pub use quote as esyn_quote;
pub use syn;
Modules§
Macros§
Structs§
- ByteStr
- Esyn
- Esyn
Builder - FnBlock
- Punctuated
- A punctuated sequence of syntax tree nodes of type
T
separated by punctuation of typeP
. - Token
Stream - An abstract stream of tokens, or more concretely a sequence of token trees.
- Wrap
Enums§
Traits§
- Custom
Syntax - DeRs
- Type::from_ast()
- Esyn
Default - EsynSer
- Type::into_tokens()
- MutPath
- Parse
- Parsing interface implemented by all types that can be parsed in a default way from a token stream.
- ToTokens
- Types that can be interpolated inside a
quote!
invocation. - Token
Stream Ext - Visit
- Syntax tree traversal to walk a shared borrow of a syntax tree.
- Wrap
Expr