//! High-level operations that clean, repair, solvate, and otherwise prepare structures.
//!
//! This module groups together the public entry points for structure processing:
//! cleaning, hydrogen addition, repairs, solvation, coordinate transforms, and
//! topology reconstruction. Each submodule exposes a cohesive API and shares a
//! common error type so downstream consumers can compose workflows easily.
pub use ;
pub use repair_structure;
pub use ;
pub use ;
pub use Transform;
pub use TopologyBuilder;
pub use Error;