[dependencies.bitvec]
default-features = false
features = ["alloc"]
version = "1"
[dependencies.nom]
default-features = false
version = "7.0.0"
[features]
alloc = []
default = ["alloc"]
[lib]
name = "bitvec_nom2"
path = "src/lib.rs"
[package]
authors = ["contact@geoffroycouprie.com"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["parsing"]
description = "Bit level parsing for nom with bitvec"
documentation = "https://docs.rs/nom-bitvec"
edition = "2018"
keywords = ["parser", "parser-combinators", "bit"]
license = "MIT"
name = "bitvec-nom2"
readme = "README.md"
repository = "https://github.com/rust-bakery/nom-bitvec"
version = "0.2.1"
[[test]]
name = "bitstream"
path = "tests/bitstream.rs"