rudof_lib 0.2.17

RDF data shapes implementation in Rust
1
2
3
4
5
mod color;
mod table;

pub use color::Color;
pub use table::Table;