ontocore 0.14.0

OntoCore — semantic workspace engine for ontology development
Documentation
1
2
3
4
5
6
7
//! OBO Format patch write-back (re-export).

pub use ontocore_obo::{
    apply_patches, apply_patches as apply_obo_patches, apply_patches_to_text,
    apply_patches_to_text as apply_obo_patches_to_text, atomic_write, ApplyPatchResult, OboError,
    OboPatchOp, PatchDiagnostic,
};