fire-postgres-types 0.1.0-alpha.1

Common types when working with Postgres in Rust
Documentation
1
2
3
4
5
6
7
mod date;
mod datetime;
mod timeout;

pub use date::Date;
pub use datetime::DateTime;
pub use timeout::Timeout;