Docs.rs
locus-sdk-0.1.2
locus-sdk 0.1.2
Permalink
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
theelevators
Dependencies
anyhow ^1
normal
async-trait ^0.1
normal
candle-core ^0.8
normal
optional
candle-nn ^0.8
normal
optional
candle-transformers ^0.8
normal
optional
chrono ^0.4
normal
fake ^5
normal
genai ^0.5.0
normal
optional
hf-hub ^0.4
normal
optional
locus-core-rs ^0.3.0
normal
rand ^0.8
normal
rand_chacha ^0.3
normal
reqwest ^0.12
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tokenizers ^0.21
normal
optional
tokio ^1
normal
optional
tokio ^1
dev
Versions
2.8%
of the crate is documented
Platform
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
Skip to main content
Files
locus_sdk/interface/
mod.rs
1
//! External interface DTOs and boundary-facing data contracts.
2
3
pub mod
dto;