highly_sendable 0.1.0

Containers for sending Strings and results within your process and beyond.
Documentation
1
2
3
4
5
6
7
8
9
//!
//! Result containers for operations that may still be in progress.
//! 

mod work_in_progress_result;

pub use work_in_progress_result::*;