derive-rs 0.1.11

Rust SDK for Derive.xyz
1
2
3
4
5
6
7
8
9
10
11
#[allow(clippy::module_inception)]
mod models;
pub use models::*;

// Keep the custom ticker schema implementation
pub mod ticker_slim_schema;

// Legacy modules - can be removed once all references are updated
// pub mod openapi;
// pub mod asyncapi_rpc;
// pub mod asyncapi_subs;