objc2 0.6.4

Objective-C interface and runtime bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! # List of framework crates
//!
//! The following is a full list of all supported Apple frameworks, and the
//! corresponding Rust crate.
//!
#![doc = include_str!("list_data.md")]
//!
//! ## Unsupported
//!
//! Unsupported frameworks are listed below, feel free to [open an issue] if a
//! framework that you need isn't supported, or if you disagree with the given
//! reasoning.
//!
//! [open an issue]: https://github.com/madsmtm/objc2/issues/new
//!
#![doc = include_str!("list_unsupported.md")]