savefile icon indicating copy to clipboard operation
savefile copied to clipboard

An easy to use library to save arbitrary rust data-structures to disk (or serialize to any other stream)

Results 16 savefile issues
Sort by recently updated
recently updated
newest added

Savefile uses a whole lot of attributes right now, all with the prefix 'savefile_' in their names. It would probably be better if instead the attribute was called 'savefile', and...

Savefile does not presently support recursive data-structures. To be precise, the problem is with the schema-function. The schema-function tries to provide a simple tree which describes the data format. However,...

## 🤖 New release * `savefile-derive`: 0.18.6 -> 0.18.7 * `savefile`: 0.18.6 -> 0.18.7 (✓ API compatible changes) * `savefile-abi`: 0.18.6 -> 0.18.7 (✓ API compatible changes) Changelog --- This...

Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.6.0 to 2.7.1. Changelog Sourced from indexmap's changelog. 2.7.1 (2025-01-19) Added #[track_caller] to functions that may panic. Improved memory reservation for insert_entry. 2.7.0 (2024-11-30) Added methods Entry::insert_entry...

dependencies

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.1 to 1.43.0. Release notes Sourced from tokio's releases. Tokio v1.43.0 1.43.0 (Jan 8th, 2025) Added net: add UdpSocket::peek methods (#7068) net: add support for Haiku OS...

dependencies

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.215 to 1.0.217. Release notes Sourced from serde's releases. v1.0.217 Support serializing externally tagged unit variant inside flattened field (#2786, thanks @​Mingun) v1.0.216 Mark all generated impls...

dependencies

Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.12 to 0.7.13. Commits 0b31c2f chore: prepare tokio-util v0.7.13 (#7012) 129f9fc codec: fix incorrect handling of invalid utf-8 in LinesCodec::decode_eof (#... b5c227d tracing: move tracing instrumentation tests...

dependencies

Bumps [rustc-hash](https://github.com/rust-lang/rustc-hash) from 2.0.0 to 2.1.0. Changelog Sourced from rustc-hash's changelog. 2.1.0 Implement Clone for FxRandomState Implement Clone for FxSeededState Use SPDX license expression in license field Commits 43e1790 Merge...

dependencies

Fix an issue where BufWriters were not flushed.