cutler 0.19.8

Powerful, declarative settings management for your Mac, with speed.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# System preferences backend

## defaults-rs

In order to automate the process for setting up System Preferences, instead of relying on the `defaults` command, cutler uses
the [defaults-rs](https://github.com/machlit/defaults-rs) crate.

It communicates with the preferences daemon through the CoreFoundation API bindings in Rust. This is primarily known as the `cfprefsd` process inside macOS, which is used for setting, storing and caching preference and/or default key-value pairs.

You can view the source of the backend through the given links below. Consider contributing to make it even better for everyone!

## Project links

- [GitHub]https://github.com/machlit/defaults-rs
- [Documentation]https://machlit.github.io/defaults-rs
- [crates.io]https://crates.io/crates/defaults-rs