smol-rs / futures-lite

Futures, streams, and async I/O combinators.
Apache License 2.0
439 stars 25 forks source link

Unbound Debug implementations of BufReader and BufWriter #49

Closed zhiburt closed 2 years ago

zhiburt commented 2 years ago

Hi there,

Otherwise when used in structs it requires to have additional bounds.

taiki-e commented 2 years ago

Thanks!