Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaldino authored Jan 7, 2025
1 parent db121aa commit 33b147b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# BitCursor

BitCursor is similar to std::io::Cursor, but allows reading various amounts of bits from a given
buffer in addition to byte-sized chunks. It's built on top of the
BitCursor is similar to std::io::Cursor, but allows reading non-standard-width types (e.g. u3, u7, u14)
from a given buffer in addition to byte-sized chunks. It's built on top of the
[nsw_types](https://crates.io/crates/nsw-types) crate for non-standard-width types and leverages
[bitvec](https://docs.rs/bitvec/latest/bitvec/) to provide a more complete implementation.

Expand Down

0 comments on commit 33b147b

Please sign in to comment.