Cargo Features
[dependencies]
rsonpath = { version = "0.9.1", default-features = false, features = ["simd"] }
- default = simd
-
The
simd
feature is set by default wheneverrsonpath
is added without
somewhere in the dependency tree.default-features = false - simd default
-
Enables simd of rsonpath-lib
rsonpath has 2 features without comments.