ontocore 0.13.0

OntoCore — semantic workspace engine for ontology development
Documentation
1
2
3
4
5
6
//! Lint rules and diagnostic collection.

pub use ontocore_diagnostics::{
    collect_diagnostics, collect_diagnostics_with_config, collect_diagnostics_with_sources,
    find_config, DiagnosticConfig, DiagnosticInput, RuleConfig,
};