bitstring 0.2.0

Bitstring traits and implementations
Documentation
[badges.appveyor]
repository = "stbuehler/rust-bitstring"

[dependencies]

[features]
bigendian = []
default = []
fixed = []
net = ["fixed"]

[lib]
name = "bitstring"
path = "src/lib.rs"

[package]
authors = ["Stefan Bühler <source@stbuehler.de>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures"]
description = "Bitstring traits and implementations"
documentation = "https://docs.rs/bitstring"
edition = "2021"
exclude = ["CHECKLIST.md"]
homepage = "https://github.com/stbuehler/rust-bitstring"
keywords = ["bitstring"]
license = "MIT"
name = "bitstring"
readme = "README.md"
repository = "https://github.com/stbuehler/rust-bitstring"
version = "0.2.0"

[package.metadata.docs.rs]
all-features = true