https://rust-lang-nursery.github.io/cli-wg/ – tracking repo: https://github.com/rust-lang-nursery/cli-wg/issues
killercup on gh-pages
Deploy rust-lang-nursery/cli-wg… (compare)
Dylan-DPC on master
Updated chat with us link to in… Merge pull request #124 from de… (compare)
std::io::Error—yes, it would be very limiting if you had to write your whole program using that as your only error representation, but it's only designed for a narrow class of errors and the expectation is that non-trivial programs will write their own anyway.
Arg<'_, '_> to Arg<'_, T>
Hey, anyone up for some API brainstorming?
assert_cmd has an API for running Rust bins, see docs
--target between hurting the performance of a naive case or hurting the performance of a non-naive case and misleadingly reducing their coverage, see assert-rs/assert_cmd#4I like how simple the current API is and would love to maintain it while adding features but it seems unlikely to happen. Instead, the best I can figure is we need to change the return type to some kind of builder that gives the user control over this stuff.