libmtp
A memory safe API for interacting with libmtp library in Rust.
Installation
To install the latest version of the crate from crates.io, run:
Getting started
To get started, create a new program that prints all objects in the root folder of your storage:
use RawDevice;
use search_raw_devices;
For more examples, see examples.
Changelog
For a release history, see CHANGELOG.md.
Contributing
For a contibuting guide, see CONTRIBUTING.md.
License
This crate is distributed under the terms of MIT License.
See LICENSE for details.