app-json-settings 2.5.0

Tiny typed JSON settings persistence for Rust applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Examples

These examples are executable Cargo example targets. Run them from the project root:

```sh
cargo run --example basic
cargo run --example custom_root
cargo run --example update
```

The examples use temporary directories so they do not write to your real app
settings directory while you are trying the crate.