a rust library for interfacing with AudioMoth devices over USB
```rust use audiomoth-hid-rs; fn main(){ let audiomoth = audiomoth-hid-rs::AudioMothDevice().unwarp(); let devicesid = audiomoth.getid().unwarp(); println!("devices id =>{}",devices_id); }
```