From 9921d37006daa7e2b8f416d5b0af69186ab77efa Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 8 Mar 2018 17:10:23 -0500 Subject: [PATCH] Add m4b/goblin. cross-platform, zero-copy, and endian-aware binary parsing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 735d20b..4d2074b 100644 --- a/README.md +++ b/README.md @@ -673,6 +673,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust and IDEs](https * Binary * [arcnmx/nue](https://github.com/arcnmx/nue) — I/O and binary data encoding for Rust [](https://travis-ci.org/arcnmx/nue) * [TyOverby/bincode](https://github.com/TyOverby/bincode) — a binary encoder/decoder in Rust [](https://travis-ci.org/TyOverby/bincode) + * [m4b/goblin](https://github.com/m4b/goblin) [[goblin](https://crates.io/crates/goblin)] — cross-platform, zero-copy, and endian-aware binary parsing [](https://travis-ci.org/m4b/goblin) * BSON * [zonyitoo/bson-rs](https://github.com/zonyitoo/bson-rs) — [](https://travis-ci.org/zonyitoo/bson-rs) * Byte swapping