1
2
3
4
5
6
//! Definition of the OBO syntax re-exported from the [`fastobo-syntax`] crate.
//!
//! [`fastobo-syntax`]: https://crates.io/crates/fastobo-syntax

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