4 releases
0.2.0 | Sep 30, 2024 |
---|---|
0.1.2 | Oct 8, 2021 |
0.1.1 | Jul 11, 2017 |
0.1.0 | Jul 9, 2017 |
#561 in Data structures
14,235 downloads per month
Used in 15 crates
(3 directly)
53KB
1K
SLoC
This library provides traits and some implementations to provide bitstring views on objects.
The documentation for master
is located at https://stbuehler.github.io/rustdocs/bitstring/bitstring/; released versions are documented at https://docs.rs/bitstring.
lib.rs
:
This crate provides traits to treat various objects as bit strings.
Features
fixed
: enablesFixedBitString
andfixed_bit_string
bigendian
: enablesutils::BigEndianBitString
andutils::bigendian
net
: implementsFixedBitString
forIpv4Addr
andIpv6Addr