Rust license: MIT crates.io docs.rs documentation

This crate contains the Tokio/MPSC backend for Dialectic. It supports send/receive operations over all types which are Send + Any. This is useful for inter-task and inter-thread communication, especially if you're working on a protocol which needs to be tested locally and is written to be backend-agnostic. There are a few important types: