#bit #nibble #bit-manipulation

bit_utils

Bit utilities (and eventually Nibble support) for Rust

3 unstable releases

Uses old Rust 2015

0.1.1 Apr 8, 2016
0.1.0 Aug 8, 2015
0.0.0 Aug 7, 2015

#9 in #nibble

Download history 80/week @ 2023-11-29 79/week @ 2023-12-06 117/week @ 2023-12-13 99/week @ 2023-12-20 144/week @ 2023-12-27 111/week @ 2024-01-03 142/week @ 2024-01-10 92/week @ 2024-01-17 74/week @ 2024-01-24 79/week @ 2024-01-31 91/week @ 2024-02-07 142/week @ 2024-02-14 141/week @ 2024-02-21 165/week @ 2024-02-28 138/week @ 2024-03-06 95/week @ 2024-03-13

563 downloads per month
Used in 22 crates (2 directly)

MIT/Apache

23KB
527 lines

bit_utils-rs

##Bit utilities (and eventually Nibble support) for Rust

Build Status Crates.io

Does not yet add support for Nibbles.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

Bit utilities for Rust

This will eventually expand to include Nibbles and packing them into bytes and integers.

No runtime deps