Skip to main content

Crate token_goblin_runtime

Crate token_goblin_runtime 

Source
Expand description

Runtime support for code generated by token-goblin macros.

Re-exports§

pub use ux::IntoTokenStream;

Modules§

prelude
Prelude for generated code.
ux
Better UX for proc-macro. Inspired by crabtime.

Macros§

output
Emit quote as token stream
output_str
Emit formatted string as token stream

Structs§

Output
Guest output packet returned from dylib entry. THIS TYPE SHOULD MATCH token_goblin::span_recovery::Output

Functions§

entry
The entry for charm that handle input/output converions, and panics handling.