cidre 0.12.0

Apple frameworks bindings for rust
Documentation
1
2
3
4
5
#[doc(alias = "NSInteger")]
pub type Integer = isize;

#[doc(alias = "NSUInteger")]
pub type UInteger = usize;