persisted

Crates.iopersisted
lib.rspersisted
version0.1.1
sourcesrc
created_at2024-06-14 22:04:16.428185
updated_at2024-06-21 11:09:26.335891
descriptionPersist arbitrary program state quickly and easily
homepage
repositoryhttps://github.com/LucasPickering/persisted
max_upload_size
id1272438
size57,389
Lucas Pickering (LucasPickering)

documentation

README

persisted

Test CI crates.io docs.rs

persisted is a Rust library that makes it easy and quick to save arbitrary program state. Its simple and flexible design means you bring your own data store. You tell persisted how to save data and what you want to save, and it figures out the rest.

For examples, see the examples/ directory or the documentation.

Commit count: 20

cargo fmt