http-rs / http-types

Common types for HTTP operations
https://docs.rs/http-types
Apache License 2.0
200 stars 83 forks source link

Make async-std optional #246

Closed akhilles closed 3 years ago

akhilles commented 4 years ago

closes #244

jbr commented 4 years ago

This looks good. Is it semver-major?

akhilles commented 4 years ago

This looks good. Is it semver-major?

I don't believe so.

akhilles commented 3 years ago

futures-lite now has a prelude, updated the imports to use it.