Crates.io | libmtp-rs |
lib.rs | libmtp-rs |
version | 0.7.7 |
source | src |
created_at | 2020-09-29 23:51:19.432261 |
updated_at | 2020-10-27 02:46:38.649551 |
description | High-level interface for the libmtp C library. |
homepage | |
repository | https://github.com/quebin31/libmtp-rs |
max_upload_size | |
id | 294395 |
size | 140,305 |
This crate aims to provide a flexible and high-level interface to the libmtp
library, at
its current state is alpha software and may not be used in production since some features
are still missing, said this contributions are welcome.
You need to have libmtp
installed (minimum version 1.1.15), and have pkg-config
properly configured (pkg-config --libs libmtp
should output something reasonable).
Internals API
Device properties API
Object management API
Storage API
Custom operations API (c_variadic)
libmtp-rs
is an open source project! If you'd like to contribute, check any
open issue or create one, current API design is open to discussion. Note that
the code you submit in PRs is assumed to be licensed under the MIT License.
This crate is licensed under the terms of the MIT License.
See LICENSE to see the full text.