Cargo Features
LeveldbOrm has no features set by default.
[dependencies]
leveldb-orm = { version = "0.1.5", features = ["macros"] }
- default
-
Include nothing by default
- macros = leveldb-orm-derive
-
Affects
leveldb-orm::KeyOrm.encode_key
,leveldb-orm::KeyOrm.decode_key
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.