//! Geology domain re-exports.
//!
//! Flat namespace over the top-level `geology` crate modules:
//! radiometric dating, erosion, glaciology, hydrology, petrology,
//! seismology, tectonics, and volcanism.
pub use dating;
pub use erosion;
pub use geomorphology;
pub use glaciology;
pub use hydrology;
pub use mantle;
pub use petrology;
pub use seismology;
pub use tectonics;
pub use volcanism;