icrate 0.0.1

Bindings to Apple's frameworks
Documentation
1
2
3
4
5
6
7
8
9
mod fixes;
#[path = "../generated/AuthenticationServices/mod.rs"]
mod generated;

pub use self::fixes::*;
pub use self::generated::*;

#[link(name = "AuthenticationServices", kind = "framework")]
extern "C" {}