Actix Web
Powerful, high-performance Rust web framework — async-first, type-safe extractors, and consistently ranked among the world's fastest web servers.
Actix Web consistently tops the TechEmpower benchmarks. Its extractor pattern — web::Json<T>, web::Path<T>, web::Query<T> — provides zero-overhead type-safe request parsing. Actix’s actor system underpins WebSocket handling and stateful connections. It is the most widely deployed Rust web framework in production.
// commonly used libraries
Serialization and deserialization framework for Rust — derive macros generate blazing-fast …
serialization
2014
open source
// tags
backendrustperformanceasyncapiresttype-safe