actix-web-lab 0.24.1

In-progress extractors and middleware for Actix Web
Documentation
1
2
3
4
5
6
7
//! Experimental responders and response helpers.

#[cfg(feature = "cbor")]
pub use crate::cbor::Cbor;
#[cfg(feature = "msgpack")]
pub use crate::msgpack::{MessagePack, MessagePackNamed};
pub use crate::{csv::Csv, display_stream::DisplayStream, ndjson::NdJson};