Serialize T as a pretty JSON string
CGP wrapper around serde_json
Wrapper for serde_json that provides nicer errors when crawling through large json files.
Lightweight query layer for tokio-postgres with derive-based SQL bindings and checked query metadata
Compilation of mini-frameworks & utilities for data-streaming applications
A lightweight crate providing utilities for serializing and deserializing types using their string representations with Serde.
Procedural macros for implementing Display, Debug and FromStr for (de)serializing json strings
Automates the wrapping and nesting of additional variations for some or all of a struct's fields.
A helper crate for manipulating hex strings with serde
This crate is a wrapper around serde and serde_json crates. It does not aim to replace those two awesome crates, the goal is to provide another more user friendly way to deal with JSON objects in Rust.
PostgreSQL to Any database library with Change Data Capture (CDC) and logical replication support
A monadic Chest<T> container and universal for-comprehension macro for Rust