preferences-ron

Crates.iopreferences-ron
lib.rspreferences-ron
version2.0.1
sourcesrc
created_at2021-06-16 23:57:48.536032
updated_at2021-06-19 04:47:17.706264
descriptionRead and write user-specific application data using RON format
homepage
repositoryhttps://github.com/dan-da/preferences-ron
max_upload_size
id411075
size25,634
(dan-da)

documentation

https://docs.rs/preferences-ron

README

preferences-ron

Read and write user-specific Rust application data in RON format.

RON stands for Rusty Object Notation and looks similar to JSON but fully encodes Rust type information.

This crate is a fork of preferences-rs, which uses JSON. Unfortunately some application data structures cannot be written in JSON. Particularly those that use structs as map keys. Also that library seems unmaintained since 2017 and does not yet support Serde 1.0+. Hence this fork.

Documentation

https://docs.rs/preferences-ron

Installation

$ cargo add preferences-ron
Commit count: 0

cargo fmt