CreepySkeleton
CreepySkeleton
Author of `proc-macro-error` here. It's a shame that "replace proc_macro with proc_macro2" approach doesn't work with my crate. I suspect this is because `#[proc_macro_error]` has some `proc_macro::TokenStream` in its expansion,...
We've been [observing](https://github.com/clap-rs/clap/pull/1755) large fluctuation in benchmark results on essentially empty commits. It's apparently because GitHub Actions runs benches on different machines (come to think of it, it's sensible) with...
Transferred from: https://github.com/TeXitoi/structopt/issues/349 It would be even better if fixed sized arrays or tuples with different value types would be supported directly: ```rust #[derive(Clap)] struct Args { #[clap(long)] range: [u32;...
I would highly recommend you to test not only that your crate works where intended but also that it fails where intended. I recommend [`trybuild`](https://github.com/dtolnay/trybuild) for that.
[All features](https://gistpreview.github.io/?8ee8a91bfe081221672908eb57fcf723) [No features](https://gistpreview.github.io/?2e3e54008f987749cd1cbf31f8f1f0e9) The `clap` crate (not counting dependencies) takes about 11 seconds to compile. All dependencies put together take roughly the same amount of time. I have a...
Transferred from: TeXitoi/structopt#349 Sometimes we want to to take a fixed number of values that should always be passed together or not at all. For instance, let's take RGBA: four...
Just wanted to show you how you can use macros to both keep the glamour of for loops and avoid unnecessary code bloat.
Should I continue?
So github would render it
It looks like you're using `mdbook` to render the book. `mdbok` has the built-in search bar that looks like this  Could you please add this ability to serde.rs?