ios-core
High-level Rust API for discovering, pairing, connecting to, and controlling iOS devices.
This is a library crate in the rust-ios-device workspace.
Highlights
- Device discovery and connection orchestration across usbmuxd, lockdown, tunnel, and XPC layers.
- Pairing, tunnel startup, and service helpers suitable for applications and tools.
- Convenience API used by the CLI, FFI, and Python bindings.
Install
[]
= "0.1.5"
The crate has no default service features. Enable only the service clients you need:
= { = "0.1.5", = ["afc", "syslog"] }
Use grouped features such as classic, developer, management, ios17, or full for broader tools.
Example
use ;
# async
Documentation
- Repository: https://github.com/oslo254804746/rust-ios-device
- API docs: https://docs.rs/ios-core
License
Licensed under either of Apache-2.0 or MIT at your option.