objc2-foundation 0.2.2

Bindings to the Foundation framework
Documentation
1
2
3
4
5
6
7
mod cached;
#[cfg(feature = "NSString")]
mod ns_string;

pub use self::cached::CachedId;
#[cfg(feature = "NSString")]
pub use self::ns_string::*;