roust

Crates.ioroust
lib.rsroust
version0.0.1
created_at2025-07-12 23:44:56.918045+00
updated_at2025-07-12 23:44:56.918045+00
descriptionRoust: A blazing-fast, async-first HTTP framework built with Rust and powered by Tokio.
homepagehttps://github.com/rustkit/roust
repositoryhttps://github.com/rustkit/roust
max_upload_size
id1749772
size3,767
Billgo (billgo)

documentation

https://docs.rs/roust

README

Roust

A blazing-fast, async-first HTTP framework built with Rust, powered by Tokio, designed to wake up your web.

✨ Key Features

  • 🔧 Built on tokio for maximum concurrency
  • 🧩 Modular middleware architecture
  • ✅ Type-safe routing, request and response handling
  • 🚀 High throughput, predictable latency
  • 🔐 Security-first design (e.g. CORS, CSRF, TLS-ready)
  • 📦 Optimized for microservices, APIs, and internal platforms

🚀 Getting Started

cargo add roust

📄 License

MIT

Commit count: 0

cargo fmt