localsavefile 0.2.4

Save and load structs from a local file. A convenience wrapper around the savefile crate.
Documentation
[dependencies.directories]
version = "5.0.1"

[dependencies.localsavefile-derive]
version = "=0.2.4"

[dependencies.sanitize-filename]
version = "0.5.0"

[dependencies.savefile]
features = ["compression", "derive", "serde"]
version = "0.17.6"

[dependencies.tracing]
version = "0.1.40"

[package]
authors = ["LeHuman"]
description = "Save and load structs from a local file. A convenience wrapper around the savefile crate."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "localsavefile"
readme = "README.md"
repository = "https://github.com/lehuman/localsavefile"
version = "0.2.4"