pgdatetime 0.3.0

SQL date/time types written in Rust, compatible with PostgreSQL's date/time types.
Documentation
[[bench]]
harness = false
name = "benchmark"
[dependencies.serde]
optional = true
version = "1.0"
[dev-dependencies.bincode]
version = "1.3"

[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[package]
authors = ["Ivor Huang <ivorhuang_hjd@163.com>", "David Li <davidli2010@foxmail.com>"]
description = "SQL date/time types written in Rust, compatible with PostgreSQL's date/time types."
documentation = "https://docs.rs/pgdatetime/"
edition = "2018"
homepage = "https://github.com/cod-technologies/pgdatetime"
keywords = ["date", "timestamp", "time", "interval", "postgres"]
license = "Apache-2.0"
name = "pgdatetime"
readme = "README.md"
repository = "https://github.com/cod-technologies/pgdatetime.git"
version = "0.3.0"