actually_beep 0.1.1

A cross platform library to provides easy to use beep functions that actually beep
Documentation
1
2
3
4
5
use actually_beep::beep_with_hz_and_millis;

fn main() {
    beep_with_hz_and_millis(329, 1600).unwrap()
}