From 159349eb85637a8e14eccc6208d429a5c3a29127 Mon Sep 17 00:00:00 2001 From: David <35665396+demondave@users.noreply.github.com> Date: Thu, 9 Feb 2023 00:34:10 +0100 Subject: [PATCH] Add postcard #HSFDPMUW https://crates.io/crates/postcard --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 28e94b2..f83343d 100644 --- a/README.md +++ b/README.md @@ -1132,6 +1132,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [alex/rust-asn1](https://github.com/alex/rust-asn1) — A Rust ASN.1 (DER) serializer [![build badge](https://api.travis-ci.org/alex/rust-asn1.svg?branch=master)](https://travis-ci.org/alex/rust-asn1) * Binary * [bincode-org/bincode](https://github.com/bincode-org/bincode) — A binary encoder/decoder in Rust [![CI](https://github.com/bincode-org/bincode/actions/workflows/rust.yml/badge.svg?branch=trunk)](https://github.com/bincode-org/bincode/actions/workflows/rust.yml) + * [jamesmunns/postcard](https://github.com/jamesmunns/postcard) [[postcard](https://crates.io/crates/postcard)] — Postcard is a #![no_std] focused serializer and deserializer for Serde. * [m4b/goblin](https://github.com/m4b/goblin) [[goblin](https://crates.io/crates/goblin)] — cross-platform, zero-copy, and endian-aware binary parsing [![build badge](https://api.travis-ci.org/m4b/goblin.svg?branch=master)](https://travis-ci.org/m4b/goblin) * BSON * [mongodb/bson-rust](https://github.com/mongodb/bson-rust) — Encoding and decoding support for BSON in Rust