minidisc

Crates.iominidisc
lib.rsminidisc
version0.1.3
sourcesrc
created_at2024-03-11 09:17:46.227098
updated_at2024-08-15 06:24:41.538854
descriptionA library for interacting with NetMD and Hi-MD minidisc devices.
homepagehttps://github.com/G2-Games/minidisc-rs/
repositoryhttps://github.com/G2-Games/minidisc-rs/
max_upload_size
id1169317
size160,014
G2 (G2-Games)

documentation

https://docs.rs/cross_usb

README

Rust Minidisc

Lib.rs Version docs.rs

A library for controlling and interfacing with MiniDisc devices from within Rust programs. Compatible with many cross platform targets (including Web Assembly!) by using cross-usb.

The feature set is very similar to that of netmd-js which this library is inspired by. Devlopment of this project was made much easier by the absolutely awesome Web Minidisc project, NetMD-exploits, and the C based Linux Minidisc project. Go check those projects out!

[!IMPORTANT] Documentation has not been finished and is a work in progress. Any contributions would be appreciated!

Current Features

NetMD

  • Track upload
  • Track management
  • Playback control
  • Group Management
  • Track download (MZ-RH1 only)
  • Factory Mode

Hi-MD

  • Track upload
  • Track management
  • Playback control
  • Group Management

Todo

  • Exploits (from NetMD-exploits)
  • Hi-MD experimentation
  • Documentation
  • Better JS bindings
Commit count: 101

cargo fmt