Rust for iOS Developers
More Swifty than Swift
Talk at iOSDevUK 2026.
- Slides coming soon
References and further reading
- Nutrient
- Nutrient iOS SDK documentation (PDF viewer and editor)
- NSLondon
- Swift
- Rust
- Swift Package Index
- crates.io: Rust Package Registry
- Swift ownership and noncopyable types
- Swift Evolution: borrowing and consuming parameter ownership modifiers
- Swift forums: A roadmap for improving Swift performance predictability: ARC improvements and ownership control
- Swift language reference: Declarations > Parameter Modifiers
- Hacking with Swift: Noncopyable structs and enums
- Hacking with Swift: Upgrades for noncopyable types