Skip to content

N24: rkyv #732

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions content/news/024/index.md
Original file line number Diff line number Diff line change
@@ -269,6 +269,30 @@ The API is still rough, but should be in a good enough state to try out!
[discord-sdk]: https://github.com/EmbarkStudios/discord-sdk
[Discord Game SDK]: https://discord.com/developers/docs/game-sdk/sdk-starter-guide

### [rkyv]

[rkyv] is a zero-copy deserialization framework for Rust. It's an alternative
to serde that makes it easy to quickly and safely load data into memory.

This month, rkyv 0.7 was released with many new features:

- [Endian-agnostic serialization][rkyv_rend]
- [Greatly improved performance][rust_serde_bench]
- Enhanced `no_std` support
- [Wrapper types][rkyv_wrapper_types]
- [A new `BTreeMap` implementation][rkyv_btree_map]
- Reduced dependencies
- Support for some common external crates

The full changelog can be found on the [release page][rkyv_0.7].

[rkyv]: https://github.com/rkyv/rkyv
[rkyv_rend]: https://github.com/rkyv/rend
[rust_serde_bench]: https://github.com/djkoloski/rust_serialization_benchmark
[rkyv_wrapper_types]: https://docs.rs/rkyv/0.7.4/rkyv/with/index.html
[rkyv_btree_map]: https://docs.rs/rkyv/0.7.4/rkyv/collections/btree_map/index.html
[rkyv_0.7]: https://github.com/rkyv/rkyv/releases/tag/v0.7.0

### [Throne]

![Throne](Throne.png)