kinded icon indicating copy to clipboard operation
kinded copied to clipboard

fix: add nostd

Open not-matthias opened this issue 1 year ago • 1 comments
trafficstars

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

not-matthias avatar Mar 22 '24 08:03 not-matthias

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.

not-matthias avatar Mar 29 '24 14:03 not-matthias