mirror of
https://github.com/G2-Games/minidisc-cli.git
synced 2025-04-19 03:32:53 -05:00
13 lines
233 B
Rust
13 lines
233 B
Rust
/*!
|
|
* This crate is an interface in rust to control NetMD and Hi-MD minidisc devices.
|
|
*
|
|
* Documentation coming soon
|
|
*/
|
|
|
|
mod base;
|
|
pub mod interface;
|
|
mod mappings;
|
|
mod query_utils;
|
|
mod utils;
|
|
pub mod commands;
|
|
pub mod encryption;
|