Overview of objc2
mainobjc2 crate provides Objective-C interface and runtime bindings for Rust. It is designed to enable Rust developers to interact with Apple's core libraries and frameworks, which are primarily written in Objective-C. For detailed API documentation, refer to the official Rust docs.