madsim-tokio-postgres 0.2.0

A native, asynchronous PostgreSQL client
Documentation
1
2
3
4
5
6
//! Types.
//!
//! This module is a reexport of the `postgres_types` crate.

#[doc(inline)]
pub use postgres_types::*;