Cargo Features
Rustronomy-watershed has no features set by default.
[dependencies]
rustronomy-watershed = { version = "0.4.1", features = ["jemalloc", "plots", "progress", "debug"] }
- jemalloc
-
Enables jemallocator
Better allocator
- plots
-
Enables plotters
Plotting
Affects
rustronomy-watershed::prelude.color_maps
,rustronomy-watershed::plotting
… - progress
-
Enables indicatif
Progress bars
- debug