Crate apple_utils

Source
Expand description

§apple-utils

Provides safe wrappers around Apple platform features using objc2 bindings.

§Features

§iOS

  • File Picker: Access to the native iOS document picker via the FilePicker struct
  • File Type Handling: Work with different file type specifications using the FileType enum

§Safety

The underlying objc2 bindings are unsafe. While this crate aims to provide safe wrappers, these wrappers have not been rigorously tested.