bit-buf
I needed this.
crates.io | API Docs (docs.rs) | Changelog | License | AI Usage Disclosure
Installation
cargo add bit-buf@=0.3.0
or
Cargo.toml
[]
= "=0.3.0"
or
[]
= "=0.3.0"
AI Usage Disclosure
[!TIP] All AI generated code can be found by searching for
@ai-generated
[!IMPORTANT] Except for the things listed below, AI was not used in any form for the rest of the project. Note however that I may have unknowingly read AI generated content when doing searches (eg: on StackOverflow, Reddit, etc.)
- Google Gemini 3.5 Flash was used to generate the code in
tests/common/test_values.rs. The functions there generate values to test for the large number types as exhaustively testing every value for those types is infeasible