Michael Dilger
Michael Dilger
If you enable the 'ratio' feature it will pull in `num_traits` which defines `.abs()` in the `FloatCore` trait which will get pulled in. If you were using the standard library...
That sounds like a great idea. I've never written a proc-macro so it's completely unknown territory for me, and I wouldn't be able to get to it right away, but...
Go for it.
formdata was written for hyper version 0.10. You are specifying "*" which will pickup the lastest hyper which I believe is version 0.12. There are many breaking changes between those...
maybe something like this (I haven't tried it): ````rust let headers = hyper_request.headers(); ```` and then instead of using 'reader' just use 'hyper_request' itself.
You might want to look for a different library as I don't have the time to work on upgrading formdata at the moment. But I'll leave this issue open as...
I see that this requires also your changes to the mime-multipart crate. I'll start there. Don't expect a quick turnaround as I'm pretty busy tonight and tomorrow is my Monday...
hyper 11 is really quite a different paradigm. It leaves me thinking that the public interfaces of mime-multipart and formdata are not appropriate in the tokio-based world... not that they...
I don't think nightly features would be needed
I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.