ontocore-diagnostics 0.11.2

Ontology lint rules and diagnostic collection for OntoCore (ontocore-*)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Catalog lint rules and diagnostic collection for OntoCore v0.3.
//!
//! # API stability
//!
//! **Pre-1.0:** diagnostic rule codes and severities are stable within a minor release
//! but new rules may be added.

mod engine;
mod input;
mod location;
mod rules;

pub use engine::{collect_diagnostics, collect_diagnostics_with_sources};
pub use input::DiagnosticInput;
pub use location::{entity_needles, find_in_source};