Module tokens

Module tokens 

Source
Expand description

Attributes analyzys and manipulation.

Re-exports§

pub use super::super::tokens;

Modules§

exposed
Exposed namespace of the module.
orphan
Orphan namespace of the module.
own
Own namespace of the module.
prelude
Prelude to use essentials: use my_module ::prelude :: *.

Structs§

Tokens
Tokens is a wrapper around proc_macro2 ::TokenStream. It is designed to facilitate the parsing and manipulation of token streams within procedural macros.