fruity 0.3.0

Rusty bindings for Apple libraries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! [Core Services](https://developer.apple.com/documentation/coreservices)
//! framework.
//!
//! # Feature Flag
//!
//! This module corresponds to the **`core_services`**
//! [feature flag](../index.html#feature-flags).
//!
//! # Documentation
//!

#![cfg(feature = "core_services")]

pub mod sys;

mod apple_events;

pub use apple_events::*;