dsalgo 0.3.7

A package for Datastructures and Algorithms.
Documentation
pub trait Join<Rhs = Self> {
    fn join(self, rhs: Rhs) -> Self;
}