Luuk Wester
Luuk Wester
Yes I understand that the code is not correct, but since rocket doesn't refuse to compile I think that neither should okapi.
Possibly related: My 2500 LOC project takes 1 minute and 20 seconds for a release build. When I exclude the module that includes `stripe-rust`, that time drops to 15 seconds....
On the one hand the API is it is right now is easy and adding "using that part requires this feature flag" will reduce that. However, I think that the...
Hi @kestred, impressive results! I am only now revisiting this issue because I am investigating compilation times of another project. The remarkable thing is that even with default features turned...
Merged! Thanks a lot!
Sure such a change would definitely be welcome! Although judging from #114 there is also demand for a more comprehensive way to customise authentication than just adding variants to the...
How would you deal with failures with such an api? Do you want to have the `Stream` swapped for a `Result`?
Maybe we can add an example of how to go from one to the other to the documentation?
Ah I had seen only the first one, which is a false positive. The last two ones however are not! I fixed this and added `#![allow(clippy::suspicious_operation_groupings)]` to `range_set.rs`.
Hi, sorry for the delayed response, but thanks for your straightforward review. I will try to reduce the diff by removing the following: operator overloading and the range with `start`...