[features]
aarch64_neon = []
default = ["std"]
hints = []
public_imp = []
std = []
[package]
authors = ["Hans Kratz <hans@appfour.com>"]
categories = ["encoding", "algorithms", "no-std"]
description = "SIMD-accelerated UTF-8 validation."
documentation = "https://docs.rs/simdutf8/"
edition = "2018"
exclude = ["/.gitignore", "/.github", "/.vscode", "/bench", "/fuzzing", "/img", "/inlining", "TODO.md"]
homepage = "https://github.com/rusticstuff/simdutf8"
keywords = ["utf-8", "unicode", "string", "validation", "simd"]
license = "MIT OR Apache-2.0"
name = "simdutf8"
readme = "README.md"
repository = "https://github.com/rusticstuff/simdutf8"
version = "0.1.3"
[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"
rustdoc-args = ["--cfg", "docsrs"]
targets = ["aarch64-unknown-linux-gnu"]