objc2-carbon 0.3.2

Bindings to the Carbon framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! # Bindings to the `Carbon` framework
//!
//! This is currently empty. [Open an issue][new-issue] if you need to use
//! symbols from this framework.
//!
//! [new-issue]: https://github.com/madsmtm/objc2/issues/new
#![no_std]
#![cfg_attr(feature = "unstable-darwin-objc", feature(darwin_objc))]

#[cfg(feature = "alloc")]
extern crate alloc;

#[cfg(feature = "std")]
extern crate std;

mod generated;
#[allow(unused_imports, unreachable_pub)]
pub use self::generated::*;