ux-primitives 0.1.0

Data Primitives to handle and visualize DataFrames
Documentation
pub mod canvas;
pub mod color;
pub mod datatable;
pub mod math;
pub mod text;

#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {
        assert_eq!(2 + 2, 4);
    }
}