# pgtypes Bindings in Rust for PostgreSQL's client handling of the numeric and date/time related types. # Current state pgtypes-rs is still very much a work in progress. While it can perform calculations on numeric types, a lot of work still remains to enhance the code quality and readability, and also to include date/time arithmetic. # License pgtypes-rs is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses. See LICENSE-APACHE, and LICENSE-MIT for details.