fastobo 0.15.1

Faultless AST for Open Biomedical Ontologies.
Documentation
//! Definition of the OBO syntax re-exported from the [`fastobo-syntax`] crate.
//!
//! [`fastobo-syntax`]: https://crates.io/crates/fastobo-syntax

pub use fastobo_syntax::pest;
pub use fastobo_syntax::OboLexer as Lexer;
pub use fastobo_syntax::Rule;