uxum-pools 0.3.4

Generic instrumented resource pools for use in uxum framework
Documentation
1
2
3
4
//! Synchronous implementations for [`crate::sync::InstrumentablePool`].

#[cfg(feature = "r2d2")]
mod r2d2;