serde_buf 0.1.1

Generic buffering for serde
Documentation
1
2
3
4
5
6
7
8
9
# `serde_buf`

[![rust](https://github.com/KodrAus/serde_buf/actions/workflows/rust.yml/badge.svg)](https://github.com/KodrAus/serde_buf/actions/workflows/rust.yml)
[![Latest version](https://img.shields.io/crates/v/serde_buf.svg)](https://crates.io/crates/serde_buf)
[![Documentation Latest](https://docs.rs/serde_buf/badge.svg)](https://docs.rs/serde_buf)

Like [`serde_json::Value`](https://docs.rs/serde_json/latest/serde_json/enum.Value.html), but opaque, borrowing, and format-agnostic.

See [the docs](https://docs.rs/serde_buf) for more details.