All Tools
A
Dev ToolsFreeOpen Source
AXUM
Ergonomic Rust web framework for typed HTTP APIs
MIT
ABOUT
Serving LLM inference, embeddings, and agent webhooks in Rust often means assembling Tokio, hyper, and Tower by hand. Axum sits on that stack with extractors, typed routing, and middleware so teams ship production HTTP services without a heavyweight framework or untyped request handling.
INSTALL
cargo add axumINTEGRATION GUIDE
1. Serve a typed Rust LLM or embedding HTTP API on Tokio
2. Expose agent webhook and tool-calling endpoints with Tower middleware
3. Build low-latency inference gateways that share extractors and routers
TAGS
rustweb-frameworktokiotowerhttpapideveloper-tools