callum-oakley / json5-rs

A Rust JSON5 serializer and deserializer which speaks Serde.
ISC License
184 stars 23 forks source link

Support no_std #31

Open TheButlah opened 2 years ago

TheButlah commented 2 years ago

I wanted to parse some JSON5 strings on an embedded microcontroller. I have access to an allocator via alloc, but no standard library (only core). Can I use this crate?