[go: up one dir, main page]

simdutf8 0.0.3

SIMD-accelerated UTF-8 validation.
Documentation
[package]

name = "simdutf8"

version = "0.0.3"

authors = ["Hans Kratz <hans@appfour.com>"]

edition = "2018"

description = "SIMD-accelerated UTF-8 validation."

documentation = "https://docs.rs/simdutf8/"

homepage = "https://github.com/rusticstuff/simdutf8"

repository = "https://github.com/rusticstuff/simdutf8"

readme = "README.md"

keywords = ["utf-8", "unicode", "string", "validation", "simd"]

categories = ["encoding", "algorithms", "no-std"]

license = "Apache-2.0"

exclude = ["/.github", "/.vscode", "/bench", "/afl", "/fuzz", "expected-methods-*.txt"]



[lib]

bench = false



[features]

default = ["std"]



std = []



public_imp = []



# use branch hints - requires nightly

hints = []



[package.metadata.docs.rs]

features = ["public_imp"]