title: Actix web layout: default.liquid permalink: /index.html ---

Actix web

Actix web is a simple, pragmatic and extremely fast web framework for Rust.

Type Safe

Forget about stringly typed objects, from request to response, everything has types.

Feature rich

Actix provides a lot of features out of box. WebSockets, Http/2, pipelining etc.

Extensible

Easily create your own libraries that any Actix application can use.