cocool97 / adb_client

Rust ADB (Android Debug Bridge) client library
MIT License
144 stars 23 forks source link

Allow host-feature to accept serial number of adb connection #8

Closed jagenheim closed 1 year ago

jagenheim commented 1 year ago

Instead of having serial being passed as reference, I clone it, thus had to add the 'Clone' trait to the serial type.

Passing it as a reference would make the API inconsistent.

Other suggestions are welcome, still learning...

cocool97 commented 1 year ago

Thanks for your contribution, I merge it ;)