Crates.io | sayegh_bit_parser |
lib.rs | sayegh_bit_parser |
version | 0.1.3 |
source | src |
created_at | 2023-07-12 05:51:52.651043 |
updated_at | 2023-07-25 15:26:44.316348 |
description | A library that parses odd/even bits in serial mode in byte buffers and parses them out after grouping them in byte buffer group. Also, there are file reading and writing functions using the `Vec:: |
homepage | |
repository | |
max_upload_size | |
id | 914291 |
size | 13,251 |
A Rust library that parses odd/even bits in serial mode and groups them in a byte buffer after parsing. Also, there are file reading and writing functions using the Vec::<u32>
type in this library.