apple-apis 0.1.0

System bindings for Apple APIs
1
2
3
4
5
6
7
8
9
10
11
12
13
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![deny(improper_ctypes, improper_ctypes_definitions)]

mod reprc;
mod util;

#[cfg(feature = "dispatch")]
pub mod dispatch;
#[cfg(feature = "pushkit")]
pub mod pushkit;
#[cfg(feature = "swift")]
pub mod swift;