box_open_sdk/lib.rs
1// Code generated by box-gantry 0.1.0 (spec ee7d55aedefe2fa0). DO NOT EDIT.
2#![allow(clippy::large_enum_variant)]
3
4pub mod client;
5pub(crate) mod internal;
6pub mod managers;
7pub mod models;
8pub mod runtime;
9mod serde_helpers;
10
11// Generated round-trip / behavioral tests (FR-7.8, VR-4).
12#[cfg(test)]
13mod roundtrip_tests;
14#[cfg(test)]
15mod serialization_tests;
16
17/// Build provenance for this generated SDK (NF-7).
18pub mod buildinfo {
19 /// The box-gantry engine version that generated this crate.
20 pub const ENGINE: &str = "0.1.0";
21 /// Fingerprint of the input spec set.
22 pub const SPEC_FINGERPRINT: &str = "ee7d55aedefe2fa0";
23 /// The target language key (FR-4).
24 pub const TARGET: &str = "rust";
25}