ontocore-robot 0.13.0

ROBOT CLI wrappers for OntoCore (ontocore-*)
Documentation
1
2
3
4
5
6
7
//! Thin wrappers around the [ROBOT](https://github.com/ontodev/robot) CLI.

mod error;
mod runner;

pub use error::{Result, RobotError};
pub use runner::{detect_robot, robot_merge, robot_report, robot_validate, run_robot, RobotOutput};