openbim-bsdd 0.1.0

Reserved OpenBIM.rs scaffold for a future buildingSMART Data Dictionary integration.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Reserved OpenBIM.rs bSDD package scaffold.
//!
//! This crate does **not** implement a buildingSMART Data Dictionary API client,
//! request or response models, authentication, validation, or conformance
//! behavior. Its current release exists only to reserve the canonical package
//! name and establish a standalone repository boundary.

#![forbid(unsafe_code)]

/// Machine-readable statement of the package's current capability level.
pub const PACKAGE_STATUS: &str =
    "reserved scaffold; no bSDD API client, model, or validation is implemented";