idevice 0.1.59

A Rust library to interact with services on iOS devices.
Documentation
1
2
3
4
5
6
7
8
9
10
// Utility modules for higher-level operations built on top of services

#[cfg(all(
    feature = "afc",
    feature = "installation_proxy",
    not(target_arch = "wasm32")
))]
pub mod installation;

pub mod plist;