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
use crate::resources::handles::MaterialHandle;
use crate::resources::mapping::define_typed_resource_map;

define_typed_resource_map!(MaterialMap, MaterialHandle);