An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# BitVec with padding

A basic bitvector implementation with final byte padding to ensure safe serialization and deserialization.