cityjson 0.7.0

Types and accessor methods for representing semantic 3D city models in Rust, implementing the CityJSON specifications.
Documentation
1
2
3
4
use crate::resources::handles::SemanticHandle;
use crate::resources::mapping::define_typed_resource_map;

define_typed_resource_map!(SemanticMap, SemanticHandle);