Cargo Features

Nebari has no features set by default.

[dependencies]
nebari = { version = "0.5.5", features = ["paranoid", "tracing"] }
paranoid

Enable extra checks in release mode for Nebari. These checks are in all debug builds, but are normally disabled on release builds. These checks are meant to detect algorithmic problems, and do not help in any way against bit rot or drive related failures.

Features from optional dependencies

tracing implicit feature

Enables tracing

tracing:

Application-level tracing for Rust