1
0
Fork 0
mirror of https://github.com/G2-Games/minidisc-cli.git synced 2025-05-02 17:52:54 -05:00
minidisc-cli/src/lib.rs
2024-05-28 22:02:16 -05:00

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;