#bitstring

bitstring

Bitstring traits and implementations

3 releases

Uses old Rust 2015

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

#1169 in Data structures

Download history 1654/week @ 2022-12-02 1849/week @ 2022-12-09 1252/week @ 2022-12-16 811/week @ 2022-12-23 1234/week @ 2022-12-30 2053/week @ 2023-01-06 1622/week @ 2023-01-13 1896/week @ 2023-01-20 1697/week @ 2023-01-27 2807/week @ 2023-02-03 2718/week @ 2023-02-10 2501/week @ 2023-02-17 2339/week @ 2023-02-24 2303/week @ 2023-03-03 2617/week @ 2023-03-10 1810/week @ 2023-03-17

9,338 downloads per month
Used in 16 crates (3 directly)

MIT license

29KB
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