Crates.io | to_tokenstream |
lib.rs | to_tokenstream |
version | 0.1.3 |
source | src |
created_at | 2023-10-27 07:26:59.10118 |
updated_at | 2023-12-23 02:19:58.317916 |
description | An interface for creating a compiler within a Rust macro. |
homepage | |
repository | https://github.com/rexlunae/to_tokenstream.git |
max_upload_size | |
id | 1015671 |
size | 13,277 |
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.