c3p0_common 0.51.0

A good friend for r2d2
Documentation
1
2
3
4
5
6
7
8
9
10
mod json;
mod pool;

pub use json::C3p0JsonAsync;
pub use pool::{C3p0PoolAsync, SqlConnectionAsync};

#[cfg(feature = "migrate")]
mod migrate;
#[cfg(feature = "migrate")]
pub use migrate::*;