1 2 3 4 5 6 7 8 9 10 11
# 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 ```shell cargo add statefile ```