Chriscbr / thinset

A data structure for sparse sets of unsigned integers.
Apache License 2.0
2 stars 1 forks source link

no_std version of library #19

Open Chriscbr opened 7 months ago

Chriscbr commented 7 months ago

The core implementation does not rely on std so it should be possible to eliminate it from the entire library, or add a no_std crate feature