Randolf J.

Results 36 comments of Randolf J.

> That's unfortunately no acceptable solution to the problem. If we have an async connection implementation it needs to be fully async, otherwise it's just not worth the trouble to...

> Why `#[serde(key = )]` and not just extending `#[serde(rename = …)]` like https://github.com/serde-rs/serde/pull/2209? Good question! Perhaps because I didn't see that PR :D It's probably better to use a...

After local testing, I can confirm this library is safe against [acsploit](https://github.com/twosixlabs/acsploit). It takes approximately 263ms on a release build for the exploit.

Someone with write access has to merge this.

@LucioFranco Note that the current CI doesn't test all feature combinations. We should use `cargo hack --feature-powerset test` to ensure all features are covered.

You can define additional requirements with the indirection. For example, the operator is required to be a function. We have had success in just using the prototype, so I wouldn't...