libp2p-webrtc-utils 0.2.1

Utilities for WebRTC in libp2p
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## 0.2.1

- Fix end of stream handling when buffer is empty or not present.
  See [PR 5439]https://github.com/libp2p/rust-libp2p/pull/5439.

## 0.2.0

- Update to latest version of `libp2p-noise`.
  See [PR 4968]https://github.com/libp2p/rust-libp2p/pull/4968.

## 0.1.0

- Initial release.
  See [PR 4248].

[PR 4248]: https://github.com/libp2p/rust-libp2p/pull/4248