This repository has been archived by the owner on Oct 18, 2022. It is now read-only.
0.11.0
Breaking Changes
Transport
errors must now beSend + Sync
; this allows our ownError
type to beSend + Sync
, which makes it more useful for downstream crates (see: API guidelines) (#39)