to_tokenstream

Crates.ioto_tokenstream
lib.rsto_tokenstream
version0.1.3
sourcesrc
created_at2023-10-27 07:26:59.10118
updated_at2023-12-23 02:19:58.317916
descriptionAn interface for creating a compiler within a Rust macro.
homepage
repositoryhttps://github.com/rexlunae/to_tokenstream.git
max_upload_size
id1015671
size13,277
Erica Stith (rexlunae)

documentation

README

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.

Commit count: 17

cargo fmt