to_tokenstream 0.1.3

An interface for creating a compiler within a Rust macro.
Documentation

to_tokenstream

An interface for writing code generation tools like compilers. It allows the conversion of any implementing struct into a stream of tokens, which can then be used within Rust macros.