#byte-buffer #serial #parses #mode #u32 #vec #group

sayegh_bit_parser

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.

1 unstable release

0.1.3 Jul 25, 2023
0.1.2 Jul 20, 2023
0.1.1 Jul 13, 2023
0.1.0 Jul 12, 2023

#1015 in Algorithms

MIT license

12KB
198 lines

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.

No runtime deps