Docs.rs
model-gateway-rs-0.1.6
model-gateway-rs 0.1.6
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
arthasyou
Dependencies
async-trait ^0.1
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1
normal
toolcraft-request ^0.2.2
normal
Versions
24.89%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
model_gateway_rs/
lib.rs
1
pub mod
clients;
2
pub mod
error;
3
pub mod
model;
4
pub mod
sdk;
5
pub mod
traits;
6
pub mod
types;