//! `manager` โ the `GeoData` substrate + views: load once, named/collection
//! access, broadcastable filtered views. The top layer; imports from all below.
//!
//! [`GeoData`] is the load-once project (surfaces/wells/points/polygons keyed by
//! name); [`WellsView`] is the lightweight, filterable borrow over its wells
//! behind the broadcast ergonomic. Realizes `API.md` ยง"GeoData".
// GeoData โ the load-once project + named/collection access
// WellsView โ broadcastable, filterable borrow over wells
pub use GeoData;
pub use WellsView;