box-open-sdk 0.1.1

Generated Box API SDK for Rust (community, unofficial).
Documentation
// Code generated by box-gantry 0.1.0 (spec ee7d55aedefe2fa0). DO NOT EDIT.
#![allow(clippy::large_enum_variant)]

pub mod client;
pub(crate) mod internal;
pub mod managers;
pub mod models;
pub mod runtime;
mod serde_helpers;

// Generated round-trip / behavioral tests (FR-7.8, VR-4).
#[cfg(test)]
mod roundtrip_tests;
#[cfg(test)]
mod serialization_tests;

/// Build provenance for this generated SDK (NF-7).
pub mod buildinfo {
    /// The box-gantry engine version that generated this crate.
    pub const ENGINE: &str = "0.1.0";
    /// Fingerprint of the input spec set.
    pub const SPEC_FINGERPRINT: &str = "ee7d55aedefe2fa0";
    /// The target language key (FR-4).
    pub const TARGET: &str = "rust";
}