mirror of
https://github.com/G2-Games/minidisc-cli.git
synced 2025-05-02 17:52:54 -05:00
4 lines
194 B
Rust
4 lines
194 B
Rust
/// A crate for controlling NetMD and Hi-MD devices.
|
|
///
|
|
/// To use this library, first you need to get a device from [cross-usb] and then open [netmd::interface::NetMDInterface]
|
|
pub mod netmd;
|