actix_tower 0.1.2

Modern extensions for Actix Web — Tower compatibility, ergonomic extractors, and production-ready middleware.
Documentation
1
2
3
4
5
6
7
8
9
//! Compatibility layers for bridging Actix Web with the wider Rust ecosystem.

pub mod tower;

#[doc(hidden)]
pub mod hyper;

#[doc(hidden)]
pub mod http;