mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-01-03 05:10:17 +02:00
Add zerocopy crate, "Unsafe" section
This commit is contained in:
parent
fcbdb7a452
commit
cacbb1b465
@ -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)] — [<img src="https://api.travis-ci.com/CurrySoftware/perlin.svg?branch=master">](https://travis-ci.org/CurrySoftware/perlin)
|
||||
* [tantivy-search/tantivy](https://github.com/tantivy-search/tantivy) [[tantivy](https://crates.io/crates/tantivy)] — [<img src="https://api.travis-ci.org/tantivy-search/tantivy.svg?branch=master">](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 [<img src="https://api.travis-ci.org/beneills/quantum.svg?branch=master">](https://travis-ci.org/beneills/quantum)
|
||||
|
Loading…
Reference in New Issue
Block a user