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 |
#11 in #nibble
452 downloads per month
Used in 22 crates
(2 directly)
23KB
527 lines
bit_utils-rs
##Bit utilities (and eventually Nibble support) for Rust
Does not yet add support for Nibbles.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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.