Cargo Features
[dependencies]
dtlog = { version = "0.1.1", default-features = false, features = ["std", "alloc", "memmap"] }
- default = memmap
-
These default features are set whenever
dtlog
is added without
somewhere in the dependency tree.default-features = false Enables rarena-allocator
- std memmap
-
Enables std of rarena-allocator
- alloc
-
Enables alloc of rarena-allocator
- memmap default = std
-
Enables memmap of rarena-allocator
dtlog has 4 features without comments.