Expand description
An implementation detail, exposing parts of external crates used by rustifact.
API stability is not guaranteed here.
Re-exports
pub use phf;
Macros
- A re-export of
format_ident!from thequotecrate. Formatting macro for constructingIdents. - A re-export of
quote!from thequotecrate.
Structs
- A re-export of
TokenStreamfrom theproc_macro2crate. An abstract stream of tokens, or more concretely a sequence of token trees.
Enums
- A re-export of
Typefrom thesyncrate. The possible types that a Rust value could have.
Functions
- A re-export of
parse_filefrom thesyncrate. Parse the content of a file of Rust code. - A re-export of
parse_strfrom thesyncrate. Parse a string of Rust code into the chosen syntax tree node. - A re-export of
unparsefrom theprettypleasecrate.