rudof_cli 0.2.15

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;