actix-web-lab 0.18.9

In-progress extractors and middleware for Actix Web
Documentation
//! Expiremental responders and response helpers.

pub use crate::{csv::Csv, display_stream::DisplayStream, html::Html, ndjson::NdJson};

#[cfg(feature = "cbor")]
pub use crate::cbor::Cbor;

#[cfg(feature = "msgpack")]
pub use crate::msgpack::{MessagePack, MessagePackNamed};