hyper
hyper copied to clipboard
Meta: Audit public dependencies
As part of reaching hyper 1.0, we need to audit the "public" dependencies to make sure that:
- We actually mean for that dependency to be exposed.
- The dependency is stable.
This list might be incomplete, but currently has:
- [ ]
httpmust reach 1.0 - [ ]
http-bodymust reach 1.0 - [ ]
tracingmust be made "unstable" in hyper (untiltracing-coreis 1.0) - [x]
bytesmust be 1.0 - [ ] Tokio 1.0 or remove for
hyper::iotraits
I think the Tokio 1.0 checkmark should be checked off, given that Tokio's io traits are stable :)