cl-traits-0.4.3 has been yanked.
Collection Traits (cl-traits)
Yet another library that generalizes collections. This is a best effort without GAT.
Many data structures have unique features that make it difficult or even impossible to create a single trait that fits all. This crate tries to circumvent such behaviour by providing a single method for each trait to achieve maximum flexibility and freedom.
Examples
use *;
;
You can see more complete examples in the examples directory.
Derives
Derives are somewhat limited because they aggregate every single attribute, threfore, should be used with caution.
use *;
use *;
;