chyh1990 / yaml-rust

A pure rust YAML implementation.
Apache License 2.0
605 stars 140 forks source link

Support no-std with alloc crate #184

Open TheButlah opened 2 years ago

TheButlah commented 2 years ago

I would like to parse some yaml that has been flashed onto a microcontroller's flash memory. It would be really cool to leverage this crate but it currently appears to require std. Could I add no_std support via the alloc crate?