mirror of
https://github.com/tlsnotary/tlsn-utils.git
synced 2026-01-06 19:33:55 -05:00
* Added unbounded memory channels * Add Clone to channel senders * Changelog * Apply suggestions from code review Co-authored-by: th4s <th4s@metavoid.xyz> * UnboundedMemoryDuplex + comments --------- Co-authored-by: th4s <th4s@metavoid.xyz>
482 B
482 B
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Added
UnboundedMemorySink and UnboundedMemoryStream mirroring the MemorySink and MemoryStream wrappers of futures::mpsc::{Sender, Receiver} for futures::mpsc::{UnboundedSender, UnboundedReceiver}.