icrate 0.1.2

Bindings to Apple's frameworks
Documentation
1
2
3
4
5
6
use objc2::ffi::{NSInteger, NSIntegerMax};

/// A value indicating that a requested item couldn’t be found or doesn’t exist.
///
/// See [Apple's documentation](https://developer.apple.com/documentation/foundation/nsnotfound?language=objc).
pub const NSNotFound: NSInteger = NSIntegerMax;