statefile

Crates.iostatefile
lib.rsstatefile
version0.1.0
sourcesrc
created_at2023-06-05 18:24:15.992509
updated_at2023-06-05 18:24:15.992509
descriptionStore application state as a file on disk.
homepage
repositoryhttps://github.com/liamkinne/statefile-rs
max_upload_size
id883239
size8,874
Liam Kinne (liamkinne)

documentation

README

statefile

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.

Install

cargo add statefile
Commit count: 13

cargo fmt