fixed-size-vector 0.2.2

Fixed size vector based on arrays
Documentation
1
2
3
4
5
6
7
8
9
10
11
# fixed-size-vector

[![Circle CI](https://img.shields.io/circleci/project/github/raviqqe/fixed-size-vector.svg?style=flat-square)](https://circleci.com/gh/raviqqe/fixed-size-vector)
[![Crates.io](https://img.shields.io/crates/v/fixed-size-vector.svg?style=flat-square)](https://crates.io/crates/fixed-size-vector)
[![License](https://img.shields.io/github/license/raviqqe/fixed-size-vector.svg?style=flat-square)](https://opensource.org/licenses/MIT)

Fixed size vector based on arrays.

## License

[MIT](LICENSE)