rustrade-integration 0.2.0

Low-level framework for composing flexible web integrations, especially with financial exchanges
Documentation
1
2
3
/// Utility for merging two `Stream`s, terminating the merged `Stream` when either input `Stream`
/// terminates.
pub mod merge;