hime icon indicating copy to clipboard operation
hime copied to clipboard

no-std support for Rust

Open stevefan1999-personal opened this issue 1 year ago • 5 comments

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

stevefan1999-personal avatar Sep 16 '23 16:09 stevefan1999-personal