rust-postgres/tokio-postgres/src/types.rs
Steven Fackler 4b5bcbb602 Split ToSql/FromSql out to a separate crate
Prep for a `derive` feature.
2019-10-07 17:14:18 -07:00

7 lines
119 B
Rust

//! Types.
//!
//! This module is a reexport of the `postgres_types` crate.
#[doc(inline)]
pub use postgres_types::*;