#milliseconds #snippets #duration #play #die #nobody #ain-t

bin+lib aintnobody

播放 "ain't nobody" 片段 1284 毫秒左右然后退出

3 个版本 (稳定版)

1.1.1 2023 年 11 月 5 日
1.0.1 2023 年 11 月 2 日
0.0.0 2023 年 11 月 2 日

#442 in 音频

无许可协议

92KB
92

aintnobody

播放 "ain't nobody" 片段 1284 毫秒左右然后退出

用法

安装

$ cargo add aintnobody

代码

use aintnobody::{Error, playintnobody};

fn main() -> Result<(), Error>{
    playintnobody(std::time::Duration::from_millis(1284))?;
    Ok(())
}

可执行文件

安装

$ cargo install aintnobody

运行

$ aintnobody

lib.rs:

aintnobody lib

依赖项

~3–31MB
~449K SLoC