kinded
kinded copied to clipboard
fix: add nostd
trafficstars
Forgot to include extern crate alloc in #14. All tests pass now.
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.