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