Crates.io | bitorder |
lib.rs | bitorder |
version | 0.0.2 |
source | src |
created_at | 2022-01-20 19:07:40.052503 |
updated_at | 2022-01-24 05:02:15.504726 |
description | Library to read and write bits in lsb or msb order. |
homepage | https://github.com/JuanPotato/bitorder |
repository | https://github.com/JuanPotato/bitorder |
max_upload_size | |
id | 517793 |
size | 21,478 |
A library to read and write bits in lsb or msb order. Modeled after byteorder but for bits. Goal is to be simple and fast.