DarkOtter / indexed-bitvec-rs

A rust library providing an indexed bitvector with (hopefully) fast rank and select operations.
Apache License 2.0
3 stars 0 forks source link

Add support for no_std #2

Closed DarkOtter closed 6 years ago

DarkOtter commented 6 years ago

This should be done by splitting the library into a base part which has no_std and then the normal library layered on top.