Expand description
Prelude containing typical things to import when using the library.
Re-exports§
pub use crate::tokens::display;pub use crate::tokens::quoted;pub use crate::tokens::register;pub use crate::tokens::FormatInto;pub use crate::Tokens;pub use crate::lang::*;
Macros§
- Whitespace sensitive quasi-quoting.
- Convenience macro for constructing a FormatInto implementation in-place.
- Behaves the same as quote! while quoting into an existing token stream with
<target> => <quoted>.