platform-system-interface / fastboot

Rust implementation of the Android fastboot protocol
MIT License
6 stars 0 forks source link

Fastboot-rs

This crate provides a simple implementation of Android's fastboot protocol in the form of a Rust trait.

See examples/ for how to use it, based on usbio/.