Docs.rs
typed-lm-serve-0.1.1
typed-lm-serve 0.1.1
Docs.rs crate page
Apache-2.0
25 September 2026
Links
Homepage
Repository
crates.io
Source
Owners
andreclaudino
Dependencies
actix-web ^4
normal
anyhow ^1.0
normal
candle-core ^0.11.0
normal
candle-nn ^0.11.0
normal
candle-transformers ^0.11.0
normal
clap ^4.5
normal
half ^2
normal
hf-hub ^1
normal
opentelemetry ^0.33
normal
opentelemetry-otlp ^0.33
normal
opentelemetry_sdk ^0.33
normal
rig-core ^0.42
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2
normal
tokenizers ^0.23
normal
tokio ^1
normal
tracing ^0.1
normal
tracing-opentelemetry ^0.34
normal
tracing-subscriber ^0.3
normal
typed-lm-common ^0.1.1
normal
ahash ^0.8
dev
tempfile ^3
dev
Versions
50%
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
typed_lm_serve/
lib.rs
1
pub mod
api;
2
pub mod
bootstrap;
3
pub mod
cli;
4
pub mod
domain;
5
pub mod
infrastructure;