rust-lang / rustwide

Execute your code on the Rust ecosystem.
Apache License 2.0
180 stars 41 forks source link

Migrate the command module away from failure #39

Closed pietroalbini closed 4 years ago

pietroalbini commented 4 years ago

This PR starts the migration away from failure by converting the cmd module to the standard Error trait (with thiserror).