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