Skip to content

Commit

Permalink
feat(packet): implement From<Fulfill/Reject> for bytes05::BytesMut
Browse files Browse the repository at this point in the history
ILP-Packet is built using Bytes 0.4. The Futures 0.3 ecosystem's HTTP crates use Bytes 0.5.
Porting this crate to use Bytes 0.5 is non-trivial due to significant breaking changes in the
Bytes API:

tokio-rs/bytes#350
tokio-rs/bytes#288
  • Loading branch information
gakonst committed Jan 23, 2020
1 parent 7485916 commit e2a9a8a
Show file tree
Hide file tree
Showing 5 changed files with 219 additions and 2,722 deletions.

0 comments on commit e2a9a8a

Please sign in to comment.