defaults-rs 0.1.3

Near drop-in replacement for the macOS defaults CLI with API bindings for Rust
1
2
3
4
fn main() {
    #[cfg(not(target_os = "macos"))]
    panic!("`defaults-rs` only works on macOS and darwin-based platforms.");
}