tokio-rs / slab

Slab allocator for Rust
MIT License
699 stars 84 forks source link

Provide no_std support #67

Closed baloo closed 3 years ago

baloo commented 4 years ago

I will need to either bump the minimum rust version from 1.6 to 1.36 or introduce a feature to switch between std and nostd, let me know which way you wish to go.