//! BibTeX parsing substrate — spec 018 Phase 2. See `parser.rs`'s
//! module docs for the exact `bibtexparser`-compatibility policy this
//! implements (including the `core/parser.py`-specific duplicate-key /
//! duplicate-field re-insertion behavior, which differs from raw
//! `bibtexparser`).
pub use ;
pub use parse;