cobin 0.1.1

Minimalistic bindings for Metal and related Cocoa frameworks.
Documentation
1
2
3
4
5
6
7
mod ns_object;

pub type NSUInteger = usize;
pub type NSInteger = isize;
pub const NIL: *mut NSObject = 0 as *mut NSObject;

pub use ns_object::{NSObject, NSObjectBase, NSObjectProtocol};