Docs.rs
mold-ai-server-0.7.0
mold-ai-server 0.7.0
Docs.rs crate page
MIT
14 April 2026
Links
Repository
crates.io
Source
Owners
jamesbrink
jdilley
Dependencies
anyhow ^1
normal
axum ^0.7
normal
base64 ^0.22
normal
clap ^4
normal
futures-core ^0.3
normal
governor ^0.8
normal
hostname ^0.4
normal
image ^0.25
normal
metrics ^0.24
normal
optional
metrics-exporter-prometheus ^0.16
normal
optional
mold-ai-core ^0.7.0
normal
mold-ai-inference ^0.7.0
normal
png ^0.18
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
subtle ^2
normal
tokio ^1
normal
tokio-stream ^0.1
normal
tower ^0.5
normal
tower-http ^0.6
normal
tracing ^0.1
normal
tracing-appender ^0.2
normal
tracing-subscriber ^0.3
normal
utoipa ^5
normal
uuid ^1
normal
walkdir ^2
normal
Versions
50%
of the crate is documented
Go to latest version
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
run_server
mold_
server
0.7.0
mold_server
Function
run_
server
Copy item path
Source
pub async fn run_server( bind: &
str
, port:
u16
, models_dir:
PathBuf
, ) ->
Result
<
()
>