1/// Utility for merging two `Stream`s, terminating the merged `Stream` when either input `Stream` 2/// terminates. 3pub mod merge;