Actix-web – A small, pragmatic, and fast web framework for Rust

Actix-web – A small, pragmatic, and fast web framework for Rust

, several other resources are available:

To get started navigating the API documentation you may want to consider looking at the following pages:

App: This struct represents an actix-web application and is used to configure routes and other common settings. HttpServer: This struct represents an HTTP server instance and is used to instantiate and configure servers. web: This module provide essentials helper functions and types for application registration.

Source: docs.rs