defaults-rs 0.6.0

Open-source interface to a user's defaults on macOS
1
2
3
4
fn main() {
    #[cfg(not(target_os = "macos"))]
    panic!("`defaults-rs` only works on macOS and darwin-based platforms.");
}