Packages

SIMD-accelerated XML parser with full XPath 1.0. Rustler NIF wrapping simdxml for blazing fast XML processing.

Current section

Files

Jump to
simdxml native simdxml_nif Cargo.toml
Raw

native/simdxml_nif/Cargo.toml

[package]
name = "simdxml_nif"
version = "0.1.0"
edition = "2021"
[lib]
name = "simdxml_nif"
crate-type = ["cdylib"]
[features]
default = ["nif_version_2_15"]
nif_version_2_15 = ["rustler/nif_version_2_15"]
nif_version_2_16 = ["rustler/nif_version_2_16"]
nif_version_2_17 = ["rustler/nif_version_2_17"]
[dependencies]
rustler = "0.37"
simdxml = "0.2.1"
self_cell = "1"
memchr = "2"