cidre 0.16.0

Apple frameworks bindings for rust
Documentation
1
2
3
4
5
6
7
8
9
mod _type;
pub use _type::Type;
pub mod core_types;

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

#[link(name = "ut", kind = "static")]
unsafe extern "C" {}