as-com / varint-simd

Decoding and encoding gigabytes of LEB128 variable-length integers per second in Rust with SIMD
https://docs.rs/varint-simd
Apache License 2.0
115 stars 10 forks source link

Add `#[no_std]` support #3

Closed davnavr closed 1 year ago

davnavr commented 1 year ago

Adds an std feature that toggles #[no_std] support, replacing usage of std:: with core:: where applicable.

Closes #2.

as-com commented 1 year ago

Thanks for the PR!