|
/// // You must include streaming_iterator as a dependency |
I am not sure if this statement is true -- tskit re-exports the type from the streaming iterator crate.
Therefore I'd expect client crates to not have to declare that crate as a direct dependency.
tskit-rust/src/trees/treeseq.rs
Line 208 in 97eec99
I am not sure if this statement is true -- tskit re-exports the type from the streaming iterator crate.
Therefore I'd expect client crates to not have to declare that crate as a direct dependency.