minivec 0.4.0

A version of Vec that's only the size of a single pointer
Documentation
1
2
3
4
5
6
7
8
# MiniVec

`std::vec::Vec` is a cool class but it's just too big! `MiniVec` is only the size of a pointer.

## Acknowledgements

This library is dedicated to the great Glen Joseph Fernandes whose constant tutelage has been
instrumental in making me the programmer that I am.