bitvec 0.10.1

A crate for manipulating memory, bit by bit
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "bitvec"
version = "0.10.1"
authors = ["myrrlyn <self@myrrlyn.dev>"]
description = "A crate for manipulating memory, bit by bit"
homepage = "https://myrrlyn.net/bitvec"
documentation = "https://docs.rs/bitvec"
readme = "README.md"
keywords = ["bits", "bitvec"]
categories = ["data-structures", "embedded", "no-std", "rust-patterns"]
license = "MIT"
repository = "https://github.com/myrrlyn/bitvec"

[features]
alloc = []
default = ["std"]
std = ["alloc"]
testing = ["std"]
[badges.codecov]
branch = "master"
repository = "myrrlyn/bitvec"
service = "github"

[badges.is-it-maintained-issue-resolution]
repository = "myrrlyn/bitvec"

[badges.is-it-maintained-open-issues]
repository = "myrrlyn/bitvec"

[badges.maintenance]
status = "actively-developed"