Crates.io | more-syn-types |
lib.rs | more-syn-types |
version | 0.1.0 |
source | src |
created_at | 2023-10-13 15:24:45.941105 |
updated_at | 2023-10-13 15:24:45.941105 |
description | A library for parsing Rust Standard Library macros |
homepage | |
repository | |
max_upload_size | |
id | 1002388 |
size | 35,437 |
A collection of macros from the rust standard library. Allows you to parse them in your own code
Get As Close as possible to the Rust Standard Library when parsing the macros
Execute Macros such as include_str!
and include_bytes!
if you need to read it.
If you notice something is not parsing that is allowed in the Rust Standard Library, please create a PR.
Feel free to parse nightly macros as well.
include_str!
and include_bytes!