Crate telety_impl

Source
Expand description

Contains code common to telety and telety-macro. Only items re-exported through telety should be considered public.

Re-exports§

pub use alias::Alias;

Modules§

alias
find_and_replace
Based on https://crates.io/crates/macro_find_and_replace
version
visitor

Macros§

no_telety_error

Structs§

Apply
Creates the TokenStream for the Command using the given arguments.
Can be interpolated directly in a quote! macro.
Command
Used to invoke the telety-generated macro in a manageable way.
Options
Telety
Wraps an Item which has the #[telety] attribute to provide additional information allowing it to be reflected outside its original context.