//! Low-level streaming parser for mmCIF and BinaryCIF, focused on protein
//! coordinates (`_atom_site`).
//!
//! ## Cargo features
//!
//! - `gzip` (default): transparent decompression of `.cif.gz` / `.bcif.gz`
//! inputs via `flate2`.
//! - `serde`: derive `Serialize`/`Deserialize` on `Structure`/`ProteinIR` and
//! friends.
pub use MmCifError;
pub use ;
pub use ;
pub use ;