Cargo Features
[dependencies]
jja = { version = "0.9.1", default-features = false, features = ["io-uring", "i18n"] }
io-uring is enabled by default on Linux and requires liburing.
i18n is enabled by default, and must be disabled for static linking.
- default = i18n, io-uring
-
These default features are set whenever
jja
is added without
somewhere in the dependency tree.default-features = false - io-uring default
-
Enables io-uring of rocksdb ^0.21
- i18n default
-
Enables i18n-embed ^0.14, rust-embed, and tr
jja has 3 features without comments.