rudof_cli 0.3.15

RDF and Knowledge Graphs processing tool
1
2
3
4
5
6
7
mod color;
mod error_display;
mod writer;

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