preroll 0.10.1

Easy boilerplate utilities for Rust http services which use async-std, Tide, Surf, and friends.
Documentation
1
2
3
4
5
//! Auto-import of all preroll extension traits.

#[cfg(feature = "postgres")]
#[cfg_attr(feature = "docs", doc(cfg(feature = "postgres")))]
pub use crate::middleware::postgres::PostgresRequestExt;