Cargo Features
kdam has no features set by default.
[dependencies]
kdam = { version = "0.6.3", features = ["derive", "gradient", "notebook", "rayon", "rich", "spinner", "template", "unicode"] }
- derive rich?
-
Enables kdam_derive
- gradient
-
Enables colorgrad ^0.7
- notebook
-
Enables pyo3 >=0.23, <0.26
- 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