Cargo Features
kdam has no features set by default.
[dependencies]
kdam = { version = "0.6.0", features = ["derive", "gradient", "notebook", "rayon", "rich", "spinner", "template", "unicode"] }
- derive rich?
-
Enables kdam_derive
- gradient
-
Enables colorgrad ^0.6
- notebook
-
Enables pyo3
- rayon
-
Enables rayon
Affects
iterator::TqdmParallelIterator
… - rich = derive
- spinner
-
Affects
bar::Bar.spinner
… - template
-
Enables formatx
Affects
bar::Bar.bar_format
… - unicode
-
Enables unicode-segmentation and unicode-width