Skip to content

Commit 6ca59c5

Browse files
Newsletter 7: savefile (#81)
* Add section on savefile crate * Add extra newline to maintain formatting * Address feedback and write about latest version * Remove introspection link * Newsletter 7: savefile: add empty line after title Co-authored-by: Andrey Lesnikov <[email protected]>
1 parent c4403eb commit 6ca59c5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

content/posts/newsletter-007/index.md

+16
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,22 @@ February's full weekly devlogs: "This Week In Veloren...":
529529

530530
## Library & Tooling Updates
531531

532+
### savefile 0.6.1
533+
534+
[savefile] is a serialization crate used to effortlessly serialize rust crates
535+
and enums into a binary format. Anything implementing the `Write` trait can
536+
be serialized and deserialized. First class versioning support and introspection
537+
are some other features available.
538+
539+
Version 0.6.1 includes a fix and should be updated to if compilation using
540+
the savefile-derive crate produces a "`SaveFileError` not found" compiler error.
541+
542+
For details, see the [github page][savefile-github] or the [savefile documentation].
543+
544+
[savefile]: https://crates.io/crates/savefile
545+
[savefile documentation]: https://docs.rs/savefile/0.6.1/savefile
546+
[savefile-github]: https://github.com/avl/savefile
547+
532548
### specs 0.16
533549

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

0 commit comments

Comments
 (0)