Cargo Features
DBSP has no features set by default.
[dependencies]
dbsp = { version = "0.37.0", features = ["backend-mode"] }
- default
-
Note: If you add a feature, adjust the ALMOST_ALL_FEATURES environment variable in main.yml and coverage.yml:
- backend-mode
-
Enable when using with compiler-generated code. See comments in
mono/mod.rs
Affects
dbsp::mono
…