Cargo Features

DBN has no features set by default.

[dependencies]
dbn = { version = "0.17.1", features = ["async", "python", "serde", "trivial_copy"] }
async

Enables async-compression

async (de)compression

and tokio

async traits

python

Enables pyo3 ^0.20

Python bindings for Rust

and strum

extra enum traits for Python

Affects dbn::python

serde

Enables serde

deserialization

and parsing and serde of time

date and datetime support

trivial_copy

Enables deriving the Copy trait for records.