Revision control
Copy as Markdown
Other Tools
//! # 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.
//!
//!
#![doc = include_str!("list_unsupported.md")]