Skip to content

ZenPZero/bit-buf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bit-buf

I needed this.

crates.io | API Docs (docs.rs) | Changelog | License | AI Usage Disclosure

Installation

cargo add bit-buf@=0.3.1

or

Cargo.toml

[dependencies]
bit-buf = "=0.3.1"

or

[dependencies.bit-buf]
version = "=0.3.1"

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