[package] name = "byte-parser" description = "Parse a str or a slice with a function style" version = "0.2.3" authors = ["Sören Meier "] repository = "https://github.com/soerenmeier/byte-parser" readme = "README.md" edition = "2021" license = "MIT OR Apache-2.0" keywords = ["parser", "parsing"] categories = ["parsing"] rust-version = "1.56" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [features] "unstable-parse-iter" = [] [dependencies] # test docs with: RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features --open