Skip to main content

Crate zyn_core

Crate zyn_core 

Source

Re-exports§

pub use types::Input;
pub use proc_macro2;
pub use quote;
pub use syn;
pub use diagnostic::*;
pub use extract::*;
pub use meta::*;

Modules§

ast
case
debug
diagnostic
extract
ident
meta
pipes
types

Macros§

camel
Converts a string or ident to camelCase.
format_ident
Formatting macro for constructing Idents.
kebab
Converts a string or ident to kebab-case.
parse
parse_input
pascal
Converts a string or ident to PascalCase.
screaming
Converts a string or ident to SCREAMING_SNAKE_CASE.
snake
Converts a string or ident to snake_case.

Structs§

Span
A region of source code, along with macro expansion information.
TokenStream
An abstract stream of tokens, or more concretely a sequence of token trees.

Traits§

Expand
Pipe
Render
ToTokens
Types that can be interpolated inside a quote! invocation.

Type Aliases§

Result