EmilyMatt / mapping-rs

A collection of mapping suites and useful algorithms, implemented in pure Rust
MIT License
12 stars 4 forks source link

Promised no_std feature is currently missing #30

Closed EmilyMatt closed 1 year ago

EmilyMatt commented 1 year ago

We are using the std crate in various areas atm, these uses should be optionall moved to the alloc crate, depending on whether the std feature is enabled