split_channel

Crates.iosplit_channel
lib.rssplit_channel
version0.11.0
sourcesrc
created_at2023-07-10 23:14:46.063532
updated_at2024-11-07 14:09:16.239435
descriptionsplit_channel provides a stream-of-messages abstraction with split send/recv channels.
homepage
repositoryhttps://github.com/rescrv/blue
max_upload_size
id913366
size49,375
Robert Escriva (rescrv)

documentation

README

split_channel

split_channel provides a stream-of-messages abstraction with split send/recv channels.

Status

Maintenance track. The library is considered stable and will be put into maintenance mode if unchanged for one year. Documentation changes excepted.

Scope

This library provides the abstraction of split send/recv channels. This is a hack of the type system, allowing two &mut references to the same underlying types.

Warts

  • I'm not a fan of the name.

Documentation

The latest documentation is always available at docs.rs.

Commit count: 1599

cargo fmt