1 | //! The module contains a varieity of configurations of table, which often |
---|---|
2 | //! changes not a single setting. |
3 | //! As such they are making relatively big changes to the configuration. |
4 | |
5 | mod colorization; |
6 | mod column_names; |
7 | |
8 | pub use colorization::{Colorization, ExactColorization}; |
9 | pub use column_names::ColumnNames; |
10 |