Cargo Features

[dependencies]
dbsp = { version = "0.2.0", default-features = false, features = ["persistence", "with-serde", "with-csv"] }
default = with-serde

Note: If you add a feature, adjust the ALMOST_ALL_FEATURES environment variable in main.yml and coverage.yml:

persistence = rocksdb, uuid

Affects trace::persistent

with-serde default = serde
with-csv = csv

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.

csv with-csv?
serde with-serde
rocksdb persistence?

Enables rocksdb ^0.21

uuid persistence?