Closed iteroji closed 11 months ago
@iteroji please see the CI error. The test cannot be run on CI.
@iteroji please see the CI error. The test cannot be run on CI.
I had invalid characters in rust doc causing doc test to fail. Updated it, now all tests should pass
Needs a cargo fmt
.
And now clippy is complaining :(
And now clippy is complaining :(
At least now I know what checks to run before PR :)
Thanks!
Added a convenience method to get a device by its identifier. This is most useful if you have multiple USB or network devices attached and want to work with a specific one without having to enumerate all and find the one by id.
Created a simple example that demonstrates the usage of the
get_device_by_type
andget_device_by_id
methods.