rust-postgres/postgres-types
Dan Burkert aadd90854d derive Clone, PartialEq and Eq for postgres_types::Json
It's a bit unwieldy using the `Json` type in structs without this.
`Json` is 'just data', so I think it's usually appropriate to consider
instances to be cloneable and testable for equivalence.
2020-10-02 15:56:50 -07:00
..
src derive Clone, PartialEq and Eq for postgres_types::Json 2020-10-02 15:56:50 -07:00
Cargo.toml Disable chrono's "oldtime" feature to drop time v0.1 2020-09-25 15:36:51 -04:00
CHANGELOG.md Release postgres-types v0.1.2 2020-07-03 15:16:54 -04:00
LICENSE-APACHE Release postgres-types v0.1.0-alpha.1 2019-10-14 17:56:10 -07:00
LICENSE-MIT Release postgres-types v0.1.0-alpha.1 2019-10-14 17:56:10 -07:00