core-foundation-rs
core-foundation-rs copied to clipboard
Use `objc2` more idiomatically
Follow-up of #513.
Breaking changes in cocoa
and cocoa-foundation
:
- Methods now take and return
bool
instead ofBOOL
. -
NSInteger
is nowisize
, see detailed reasoning here. - Similar for
NSUInteger
/usize
:umbrella: The latest upstream changes (presumably #508) made this pull request unmergeable. Please resolve the merge conflicts.