/// Contains `CellX` data structures that enable easy multi-type tables
/// by acting as an abstraction of the data sources
/// Contains traits that enable converting between table and csv data
/// Support for using sled as a backing data storage for tables
/// Contains relevant traits, structs, and more for extensions to tables