sayegh_bit_parser 0.1.3

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::<u32>` type in this library.
Documentation

sayegh_bit_parser

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.