Rain
Rain
The output should be similar to what cargo itself provides, complete with `--message-format json` and `--message-format json-render-status` options.
Hi there! Thanks for writing `self_update`! I'm playing around with it and I noticed that the release prefix is currently not configurable: https://docs.rs/self_update/0.27.0/src/self_update/backends/github.rs.html#55. [Versions beginning with `v` are not valid...
Hi there -- I'm the primary maintainer of [camino](https://crates.io/crates/camino), a popular Rust library for UTF-8 paths. I'm wondering if you were interested in adding support for it to tempfile. This...
Thanks for itertools! It's super useful :) I do have one feature request: I love the Cartesian product iterators because they were just what I wanted for a use case,...
Closes #103.
I've come across use cases where I'd like to manipulate the inner iterators and items while working on reversed graphs. I don't see any harm in making them public since...
I'd love to expose `toml_edit::easy::Value` (identical to `toml-rs`'s `Value`?) in some public APIs in `guppy`. I'm thinking it could maybe be released as a separate crate (say `toml-value`), to allow...
Hi there -- thanks for writing this crate! I'd like to use it for some of my own crates that interact with the file system. I'm wondering if you think...
Thanks so much for accepting all my changes to `hlua`! With the release of hlua 0.4.1 I managed to remove all my hacks -- except my workaround for the lack...