Module rustifact::internal

source ·
Expand description

An implementation detail, exposing parts of external crates used by rustifact.

API stability is not guaranteed here.

Re-exports

Macros

  • A re-export of format_ident! from the quote crate. Formatting macro for constructing Idents.
  • A re-export of quote! from the quote crate.

Structs

  • A re-export of TokenStream from the proc_macro2 crate. An abstract stream of tokens, or more concretely a sequence of token trees.

Enums

  • A re-export of Type from the syn crate. The possible types that a Rust value could have.

Functions

  • A re-export of parse_file from the syn crate. Parse the content of a file of Rust code.
  • A re-export of parse_str from the syn crate. Parse a string of Rust code into the chosen syntax tree node.
  • A re-export of unparse from the prettyplease crate.