This is a port of array based collections from Scala to Rust. Here is a blog post from ages ago explaining the motivatiaon.
A straight port would have been pretty easy, but I have tried to make the port more rusty by offering in-place operations that do not allocate.
This is also a bit of a nursery for things I am currently working on.