Skip to content

Newsletter 7: savefile-0.5.0 #81

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 6 commits into from
Mar 4, 2020
Merged
Changes from 2 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
13 changes: 13 additions & 0 deletions content/posts/newsletter-007/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,19 @@ February's full weekly devlogs: "This Week In Veloren...":

## Library & Tooling Updates

### savefile 0.5.0
[savefile] is a serialization crate used to effortlessly serialize rust crates
and enums into a binary format. Anything implementing the ```Write``` trait can
serialize and deserialize. Savefile also supports first-class versioning
support. This version (0.5.0) now provides an [introspection] feature.

For details, see the [github page] or the [savefile documentation]

[savefile]: https://crates.io/crates/savefile
[savefile documentation]: https://docs.rs/savefile/0.6.1/savefile
[introspection]: https://docs.rs/savefile/0.6.1/savefile/#introspection
[github page]: https://github.com/avl/savefile

### specs 0.16

[specs] is an entity-component system (ECS) library, designed for high
Expand Down