hime
hime copied to clipboard
no-std support for Rust
I want to use this in a compiler project but the core part of the compiler, namely the parsing part is split out as no_std
code and only specific loading algorithms are std only. This makes it quite difficult for Rust Embedding community as well