Crates.io | aintnobody |
lib.rs | aintnobody |
version | 1.1.1 |
source | src |
created_at | 2023-11-02 05:20:10.228124 |
updated_at | 2023-11-05 23:57:46.004538 |
description | Plays snippet of "ain't nobody" for 1284 milliseconds or so and die |
homepage | https://github.com/d4v1ncy/aintnobody |
repository | |
max_upload_size | |
id | 1022289 |
size | 118,899 |
Plays snippet of "ain't nobody" for 1284 milliseconds or so and die
$ cargo add aintnobody
use aintnobody::{Error, playintnobody};
fn main() -> Result<(), Error>{
playintnobody(std::time::Duration::from_millis(1284))?;
Ok(())
}
$ cargo install aintnobody
$ aintnobody