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
trivernis 45d2ac84b1
Add enquote util and change run_command_async
The new enquote function is used to enquote command input.
For simplicity reasons the run_command_async doesn't read from
stdout and stderr separately anymore but uses `.output().await`
instead.

Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
..
src Add enquote util and change run_command_async 3 years ago
.gitignore Add subcrate bot-coreutils 3 years ago
Cargo.lock Reimplement shuffle for VecDeque in coreutils 3 years ago
Cargo.toml Reimplement shuffle for VecDeque in coreutils 3 years ago