preferences-rs icon indicating copy to clipboard operation
preferences-rs copied to clipboard

Read and write user-specific application data in (stable!) Rust

Results 6 preferences-rs issues
Sort by recently updated
recently updated
newest added

Update to serde and serde_json v1.0, please :)

We have implemented another security module which contains: - Structure implementing the security part - Other trait with security params

This new version replaces the decommissioned version of app_dirs, plus it adds other platforms, such as android

Am I doing something wrong or is there a problem with the newest Rust compiler? Cargo.toml: ```toml [package] name = "prefs" version = "0.1.0" authors = ["Sehny "] [dependencies] serde...

Is there a way to clear / remove the saved preferences?

enhancement

Add new versions of `Preferences` trait methods (e.g. `save(..)` -> `save_type(..)`) that let users specify the type of data to be saved/loaded (e.g. `UserCache`, `UserData`). Would expand support for non-config...

enhancement