Expand description

Prelude containing typical things to import when using the library.

Re-exports

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>.

Structs

A stream of tokens.

Traits

Trait for types that can be formatted in-place into a token stream.

Functions

Function to build a string literal.

Function to provide string quoting.

Function to provide item registration.