reasoninglayer 1.0.3

Rust client SDK for the Reasoning Layer API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! Auto-generated DTOs from `api-spec/openapi.json`, with hand-written
//! extensions in the `ext` sibling module.
//!
//! These types are produced by [`typify`](https://crates.io/crates/typify) at
//! development time via `cargo codegen` (see `xtask/`). They cover **every**
//! schema in `components.schemas` of the OpenAPI document and are the
//! canonical source of truth for DTO shapes.
//!
//! Convenience constructors and trait impls live in `ext` (a sibling
//! module that is *not* overwritten by codegen). Add new helpers there.

#[allow(missing_docs)]
pub mod generated;

mod ext;

pub use generated::*;