3 releases

Uses old Rust 2015

0.1.2 Oct 8, 2021
0.1.1 Jul 11, 2017
0.1.0 Jul 9, 2017

#2062 in Data structures

Download history 2146/week @ 2023-11-27 2328/week @ 2023-12-04 2398/week @ 2023-12-11 2865/week @ 2023-12-18 1461/week @ 2023-12-25 1779/week @ 2024-01-01 2688/week @ 2024-01-08 2841/week @ 2024-01-15 2818/week @ 2024-01-22 2664/week @ 2024-01-29 2988/week @ 2024-02-05 2600/week @ 2024-02-12 2217/week @ 2024-02-19 2206/week @ 2024-02-26 2839/week @ 2024-03-04 1092/week @ 2024-03-11

8,520 downloads per month
Used in 16 crates (3 directly)

MIT license

30KB
684 lines

Travis Build Status AppVeyor Status crates.io MIT licensed

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.

No runtime deps