Eject
A Rust library for controlling your CD drive's tray.
Currently supports Windows and Linux.
Example
use ;
// Find a drive by path
let cdrom = open.unwrap;
// Or let the crate find one for you
let cdrom = first_cdrom.unwrap;
// Open the drive's tray
cdrom.eject.unwrap;