Crates.io | statefile |
lib.rs | statefile |
version | 0.1.0 |
source | src |
created_at | 2023-06-05 18:24:15.992509 |
updated_at | 2023-06-05 18:24:15.992509 |
description | Store application state as a file on disk. |
homepage | |
repository | https://github.com/liamkinne/statefile-rs |
max_upload_size | |
id | 883239 |
size | 8,874 |
Store application state as a file on disk. Designed to aid adding persistent state to simple systemd services without needing to reach for heavier solutions like sqlite.
cargo add statefile