ads-rs 0.1.0

ads-rs (Algorithms and Data Structures) is a set of useful generic production-ready algorithms and data structures.
Documentation
1
2
3
use crate::v1::collection::Map;

pub type Set<T> = dyn Map<T, ()>;