Cargo Features
[dependencies]
tabled = { version = "0.20.0", default-features = false, features = ["std", "derive", "ansi", "macros", "assert"] }
- default = assert, derive, macros
-
These default features are set whenever
tabledis added withoutsomewhere in the dependency tree.default-features = false - std ansi? derive macros
-
Enables std of papergrid and optional testing_table
Affects
display::truncate,display::wrap,into_records::buf_records,into_records::either_string,into_records::truncate_records,tabled::builder,settings::object,settings::disable,settings::format,settings::formatting,settings::height,settings::highlight,settings::location,settings::measurement,settings::merge,settings::padding_expand,settings::panel,settings::peaker,settings::span,settings::split… - derive default = std, tabled_derive
-
Affects
tabled::derive… - ansi = ansi-str, ansitok, std
-
Enables ansi of papergrid and optional testing_table
- macros default = std
- assert default = testing_table
-
Affects
tabled::assert…
Features from optional dependencies
In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.