You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2b-rs/bot-coreutils/src
trivernis fd13f7ae64
Reimplement shuffle for VecDeque in coreutils
Introduced the new trait Shuffle that is implemented for
VecDeque and shuffles it. Previously the VecDeque
was shuffled with a function provided in the main utils module.

Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
..
tests Reimplement is_image and is_video in coreutils 4 years ago
lib.rs Reimplement shuffle for VecDeque in coreutils 4 years ago
process.rs Move run_command_async to bot-coreutils 4 years ago
shuffle.rs Reimplement shuffle for VecDeque in coreutils 4 years ago
url.rs Reimplement is_image and is_video in coreutils 4 years ago