cityjson 0.7.1

Types and accessor methods for representing semantic 3D city models in Rust, implementing the CityJSON specifications.
Documentation
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;