Skip to content

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

License

Notifications You must be signed in to change notification settings

astraw/preferences-serde1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

preferences-serde1

Read and write user-specific application data in Rust

Crates.io Documentation Crate License

This is a replacement for the old preferences crate to use serde version 1.0. To update your old Cargo.toml which previously looked like this:

preferences = "1.1"

use this:

preferences = {version="2.0.0", package = "preferences-serde1"}

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%