I needed this.
crates.io | API Docs (docs.rs) | Changelog | License | AI Usage Disclosure
cargo add bit-buf@=0.3.1or
Cargo.toml
[dependencies]
bit-buf = "=0.3.1"or
[dependencies.bit-buf]
version = "=0.3.1"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