https://github.com/nic-obert/bitvec_padded
Bit vector implementation that includes byte padding for safe serialization and deserialization.
https://github.com/nic-obert/bitvec_padded
bits bitvector bitvector-library rust vector
Last synced: 8 days ago
JSON representation
Bit vector implementation that includes byte padding for safe serialization and deserialization.
- Host: GitHub
- URL: https://github.com/nic-obert/bitvec_padded
- Owner: nic-obert
- License: mit
- Created: 2024-08-14T12:49:25.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T12:42:26.000Z (9 months ago)
- Last Synced: 2025-05-14T02:22:08.644Z (11 days ago)
- Topics: bits, bitvector, bitvector-library, rust, vector
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BitVec with padding
A basic bitvector implementation with final byte padding to ensure safe serialization and deserialization.