cnb 0.2.1

CNB (cnb.cool) API client for Rust — typed, async, production-ready
Documentation
1
2
3
4
5
6
//! Hand-written shared types for DTOs. Generated modules in this directory are
//! overwritten whenever the codegen runs — keep anything stable here.
//!
//! Currently empty — the code generator produces flat `models/<tag>.rs` files
//! that declare their own types. This module is reserved for future additions
//! such as generic pagination envelopes or shared `enum`s.