Pascal Hertleif
Pascal Hertleif
> `#[thunderclap(drunk: bool: "Thor drinks a lot", hammers: Option: "This isn't a joke about being drunk")]` > > hmmmm > > `#[thunderclap(drunk: bool = "Thor drinks a lot", hammers: Option...
see - https://github.com/kaj/rsass/releases/tag/v0.9.0 - https://github.com/rust-fuzz/targets/pull/119 - https://github.com/kaj/rsass/issues/25
Hi folks, in https://github.com/technocreatives/dbc-codegen/issues/12 we're generating implementations of `Arbitrary` for structs where we know some values have to be in a specific range. For ints, this is not a problem...
Just saw the new release of the [fail](https://docs.rs/fail/0.3.0/fail/) crate, which allows easily injecting error scenarios. This lets us write tests that assert we handle these errors in a graceful way,...
I've been thinking of adding a `.none_means(msg)` (name bikeshed welcome) method to Option which expands `.ok_or_else(|| err_msg(msg))`. You can use it similar to `.expect` but returns an error instead of...
What are typical regex use case in a CLI app? Should use (and ideally wrap all regexs in ) but sadly cannot provide `std::matches` and `std::replace` as `std` already defines...
Who's using quicli? - [waltz](https://github.com/killercup/waltz) - [wasm-pack](https://github.com/ashleygwilliams/wasm-pack)
In , @moosingin3space suggested adding [configure](https://docs.rs/configure).