objc2-contacts 0.2.2

Bindings to the Contacts framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# `objc2-contacts`

[![Latest version](https://badgen.net/crates/v/objc2-contacts)](https://crates.io/crates/objc2-contacts)
[![License](https://badgen.net/badge/license/MIT/blue)](../LICENSE.txt)
[![Documentation](https://docs.rs/objc2-contacts/badge.svg)](https://docs.rs/objc2-contacts/)
[![CI](https://github.com/madsmtm/objc2/actions/workflows/ci.yml/badge.svg)](https://github.com/madsmtm/objc2/actions/workflows/ci.yml)

Rust bindings to Apple's framework Contacts.

This README is kept intentionally small to consolidate the documentation, see
[the Rust docs](https://docs.rs/objc2-contacts/) for more details on this crate.

This crate is part of the [`objc2` project](https://github.com/madsmtm/objc2),
see that for related crates.