vec-collections 0.1.0

Rust collections that are newtype wrappers around vectors
Documentation

Vec-collections   Build Status Latest Version Docs Badge

About

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.