swls-core 0.1.1

Core LSP infrastructure for the Semantic Web Language Server
Documentation
1
2
3
4
5
6
7
pub mod extractor;
pub mod fetch;
pub mod setup;

pub use extractor::{check_added_ontology_extract, init_ontology_extractor, OntologyExtractor};
pub use fetch::{fetch_lov_properties, open_imports};
pub use setup::{populate_known_ontologies, FromPrefix, PrefixEntry};