apple-utils
A Rust library providing safe wrappers around Apple platform features using objc2 bindings.
Features
iOS
- File Picker: Native iOS document picker implementation via
FilePicker - File Type Handling: Work with different file type specifications using
FileType
Usage Example
use FileType;
use FilePicker;
async
Safety
The underlying objc2 bindings are unsafe. While this crate aims to provide safe wrappers, these wrappers have not been rigorously tested.
Requirements
- iOS target platform
- Must be run on the main thread
- Requires an active UIViewController
License
apple-utils is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See LICENSE-APACHE and LICENSE-MIT for details. Opening a pull request is assumed to signal agreement with these licensing terms.