secc 0.0.7

Implements a Skip-Enabled Concurrent Channel for Rust
Documentation
1
2
3
4
5
6
7
8
9
# Release Notes

* 2019-08-17: 0.0.7
  * Removed `create_with_arcs()` function as `create()` is all that is needed now.
  * Made SeccSender and SeccReceiver both clonable as they have internal `Arc`s. 
* 2019-08-11: 0.0.6 
  * Improved README and Lib documentation.
* 2019-08-11: 0.0.1 
  * Migration from Axiom. SECC has been split off from Axiom into its own micro crate.