From cacbb1b4650061a79f96db1401780db8468b7bab Mon Sep 17 00:00:00 2001 From: Joshua Liebow-Feeser Date: Mon, 22 Jul 2019 15:05:59 -0700 Subject: [PATCH] Add zerocopy crate, "Unsafe" section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 754a2d3..4fa6e5b 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). * [Template engine](#template-engine) * [Text processing](#text-processing-1) * [Text search](#text-search) + * [Unsafe](#unsafe) * [Virtualization](#virtualization-1) * [Web programming](#web-programming) * [Registries](#registries) @@ -1272,6 +1273,10 @@ See also [Are we game yet?](http://arewegameyet.com) * [CurrySoftware/perlin](https://github.com/CurrySoftware/perlin) [[perlin](https://crates.io/crates/perlin)] — [](https://travis-ci.org/CurrySoftware/perlin) * [tantivy-search/tantivy](https://github.com/tantivy-search/tantivy) [[tantivy](https://crates.io/crates/tantivy)] — [](https://travis-ci.org/tantivy-search/tantivy) +### Unsafe + +* [zerocopy](https://crates.io/crates/zerocopy) - Utilities for safely reinterpreting arbitrary byte sequences as native Rust types + ### Virtualization * [beneills/quantum](https://github.com/beneills/quantum) — Advanced Rust quantum computer simulator [](https://travis-ci.org/beneills/quantum)