从数组中随机选择一个元素
作者:ashley williams
使用旧的 Rust 2015
#20 in #pick
65 每月下载量被 5 crates 使用
2KB
在 Cargo.toml
Cargo.toml
[dependencies] pick-one = "1.0.1"
在你的 lib.rs 或 main.rs
lib.rs
main.rs
extern crate pick_one; let random_choice = pick_one::pick_one_str(&["doggo"]);
~320–550KB