rust-delegate icon indicating copy to clipboard operation
rust-delegate copied to clipboard

Rust method delegation with less boilerplate

Results 3 rust-delegate issues
Sort by recently updated
recently updated
newest added

Gr8 Cr8! I would love to be able to forward all constructors as well! Do you think it would be possible?

I'm working on an API client that's implemented (essentially) as a newtype wrapper around a [`reqwest::Client`](https://docs.rs/reqwest/latest/reqwest/struct.Client.html). For convenience, I'd like to mirror `reqwest`'s API as much as possible (no point...

not sure if thats possible