greyblake / kinded

Generate Rust enum variants without associated data
https://docs.rs/kinded/latest/kinded/
91 stars 2 forks source link

fix: add nostd #17

Open not-matthias opened 7 months ago

not-matthias commented 7 months ago

Forgot to include extern crate alloc in #14. All tests pass now.

not-matthias commented 7 months ago

I decided to remove the no_std feature as it's used for one trait (which only returns None). Also changes the tests to no_std, but sandbox still uses std.

All tests still pass, and the sandbox also runs.