Crates.io | split_channel |
lib.rs | split_channel |
version | 0.11.0 |
source | src |
created_at | 2023-07-10 23:14:46.063532 |
updated_at | 2024-11-07 14:09:16.239435 |
description | split_channel provides a stream-of-messages abstraction with split send/recv channels. |
homepage | |
repository | https://github.com/rescrv/blue |
max_upload_size | |
id | 913366 |
size | 49,375 |
split_channel provides a stream-of-messages abstraction with split send/recv channels.
Maintenance track. The library is considered stable and will be put into maintenance mode if unchanged for one year. Documentation changes excepted.
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.
The latest documentation is always available at docs.rs.