Crates.io | persisted |
lib.rs | persisted |
version | 0.3.1 |
source | src |
created_at | 2024-06-14 22:04:16.428185 |
updated_at | 2024-08-27 20:48:14.767768 |
description | Persist arbitrary program state quickly and easily |
homepage | |
repository | https://github.com/LucasPickering/persisted |
max_upload_size | |
id | 1272438 |
size | 63,165 |
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.