rudof_cli 0.2.20-rc.1

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

pub use color::{ColorSupport, detect_color_support_cached};
pub use writer::get_writer;