bitstr 0.1.1

BitStr is a contiguous sequence of bits in memory
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[example]]
name = "contains"
path = "examples/contains_u8.rs"

[dependencies]

[package]
authors = ["Raphael Amorim <rapha850@gmail.com>"]
categories = ["data-structures"]
description = "BitStr is a contiguous sequence of bits in memory"
documentation = "https://docs.rs/bitstr"
edition = "2021"
keywords = ["bitstring", "byte", "string", "bytestring", "str"]
license = "MPL-2.0"
name = "bitstr"
readme = "README.md"
repository = "https://github.com/raphamorim/bitstr"
version = "0.1.1"