Cargo Features
actix-storage-sled has no features set by default.
[dependencies]
actix-storage-sled = { version = "0.2.0", features = ["actor", "compression", "v01-compat"] }
- actor = byteorder, delay-queue, zerocopy
-
Affects
actix-storage-sled::actor
… - compression
-
Enables compression of sled
- v01-compat
-
Uses the default tree for actix-storage's global scope, at the cost of 1 string comparation on every operation
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.
- delay-queue actor?
- zerocopy actor?
-
Enables zerocopy ^0.3
- byteorder actor?