This patchset adds a human_panic setup to the radicle-cli crates main() function.
Its an alternative approach to the changes in the patchset at
rad/patches/f238147e5b0ab4090c94fcca5c2b2565ae7b75df
which uses the log-panics crate, which seems to be unmaintained (as the author of above patchset also notes).
human-panic is maintained by the rust-cli org, and is actively maintained. So I think it is a good choice.
I am open to suggestions about the metadata passed to the setup_panic() call of course!
This patchset adds a human_panic setup to the radicle-cli crates main() function.
Its an alternative approach to the changes in the patchset at
rad/patches/f238147e5b0ab4090c94fcca5c2b2565ae7b75df
which uses the log-panics crate, which seems to be unmaintained (as the author of above patchset also notes).
human-panic is maintained by the rust-cli org, and is actively maintained. So I think it is a good choice.
I am open to suggestions about the metadata passed to the setup_panic() call of course!
Rebase and a small edit.