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 default-features = false somewhere in the dependency tree.

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.