jkcoxson / rusty_libimobiledevice

A Rust wrapper for Libimobiledevice
MIT License
44 stars 19 forks source link

Use slices as arguments #19

Closed michaelwright235 closed 2 weeks ago

michaelwright235 commented 3 weeks ago

Use slices as arguments wherever possible. These function don't need to own vectors, they just need slices. This is a semver breaking change.