mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-10 06:14:13 +00:00
README: Update zerocopy's description
Update zerocopy's description based on its docs (docs.rs/zerocopy).
This commit is contained in:
parent
12534590d8
commit
d11517f010
1 changed files with 1 additions and 1 deletions
|
@ -1756,7 +1756,7 @@ See also [Are we game yet?](https://arewegameyet.rs)
|
|||
|
||||
### Unsafe
|
||||
|
||||
* [zerocopy](https://crates.io/crates/zerocopy) — Utilities for safely reinterpreting arbitrary byte sequences as native Rust types
|
||||
* [zerocopy](https://crates.io/crates/zerocopy) — "Zerocopy makes zero-cost memory manipulation effortless. We write `unsafe` so you don’t have to."
|
||||
|
||||
### Video
|
||||
|
||||
|
|
Loading…
Reference in a new issue