[go: up one dir, main page]

bytecount 0.6.9

count occurrences of a given byte, or the number of UTF-8 code points, in a byte slice, fast
Documentation
[badges.appveyor]
repository = "llogiq/bytecount"

[badges.travis-ci]
repository = "llogiq/bytecount"

[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"

[dependencies]

[dev-dependencies.criterion]
default-features = false
version = "0.4"

[dev-dependencies.quickcheck]
version = "1.0"

[dev-dependencies.rand]
version = "0.8"

[features]
generic-simd = []
html_report = []
runtime-dispatch-simd = []

[lib]
bench = false
name = "bytecount"
path = "src/lib.rs"

[package]
authors = ["Andre Bogus <bogusandre@gmail.de>", "Joshua Landau <joshua@landau.ws>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "no-std"]
description = "count occurrences of a given byte, or the number of UTF-8 code points, in a byte slice, fast"
edition = "2018"
exclude = ["/.travis.yml", "/appveyor.yml"]
license = "Apache-2.0/MIT"
name = "bytecount"
readme = "README.md"
repository = "https://github.com/llogiq/bytecount"
version = "0.6.9"

[[test]]
name = "check"
path = "tests/check.rs"