Actix Web | A powerful, pragmatic, and extremely fast web framework for Rust.
Request Routing The built-in Actix Web request router can be used with or without macros attached to handlers, and always provides flexible and composable methods of creating routing tables. Includes support for matching dynamic path segments, path prefix
actix.rs