bitstr 0.1.0

A bitstr is a contiguous sequence of bits in memory
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["Raphael Amorim <rapha850@gmail.com>"]
description = "A bitstr is a contiguous sequence of bits in memory"
edition = "2021"
keywords = ["bitstring", "byte", "string", "bytestring", "str"]
license = "BSD-2-Clause"
name = "bitstr"
readme = "README.md"
repository = "https://github.com/raphamorim/bitstr"
version = "0.1.0"