LucasPickering / persisted

Rust library for persisting data in a UI application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Rust library for persisting data in a UI application

License:MIT License


Languages

Language:Rust 100.0%