//! # 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")]