1 2 3 4 5 6
//! Backend implementation for `CityJSON` data structures. //! //! This module provides the internal implementation of the `CityJSON` data model, //! using a flattened representation optimized for performance and cache locality. pub mod default;