metal-rust-ffi 1.0.0

Audited Objective-C interoperability boundary for metal-rust
docs.rs failed to build metal-rust-ffi-1.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

metal-rust-ffi

Audited Objective-C interoperability boundary used by metal-rust.

This package exists separately so unsafe Objective-C message sends and ownership assumptions have a crate-level boundary. It does not re-export raw Objective-C objects or pointers, and its public Rust API is safe. Applications should depend on metal-rust rather than using this implementation crate directly.

The source layout follows Apple's metal-cpp framework and header organization.