Cargo Features
[dependencies]
comfy-table = { version = "7.2.2", default-features = false, features = ["custom_styling", "reexport_crossterm", "tty"] }
- custom_styling = tty
-
For more info about these flags, please check the README.
Everything's explained over there.ansi-str:
Optional dependencies
- default = tty
-
The
ttyfeature is set by default whenevercomfy-tableis added withoutsomewhere in the dependency tree.default-features = false - reexport_crossterm = tty
- tty default custom_styling? reexport_crossterm?
-
Enables crossterm
- _integration_test
-
This feature is used to for integration testing of comfy_table.
It exposes normally unexposed internal functionality for easier testing.
DON'T USE. You opt in for breaking changes, as the internal API might change on minor/patch versions.Affects
comfy-table::utils…