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 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
16 changes: 16 additions & 0 deletions content/posts/newsletter-007/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,22 @@ February's full weekly devlogs: "This Week In Veloren...":

## Library & Tooling Updates

### savefile 0.6.1

[savefile] is a serialization crate used to effortlessly serialize rust crates
and enums into a binary format. Anything implementing the `Write` trait can
be serialized and deserialized. First class versioning support and introspection
are some other features available.

Version 0.6.1 includes a fix and should be updated to if compilation using
the savefile-derive crate produces a "`SaveFileError` not found" compiler error.

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

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

### specs 0.16

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