openbim_citygml/lib.rs
1//! Reserved package scaffold for future OpenBIM.rs CityGML support.
2//!
3//! This release provides no CityGML model, parser, writer, or validation API.
4
5#![forbid(unsafe_code)]
6
7/// Human-readable capability status for this reserved scaffold release.
8pub const PACKAGE_STATUS: &str = "reserved scaffold; CityGML support is not implemented";