3 unstable releases

0.2.1 Nov 24, 2019
0.2.0 Nov 15, 2019
0.1.0 Nov 14, 2019

#4 in #arrayvec

MIT/Apache

22KB
377 lines

ArrayVec with Const Generics

Build Status

(API Docs)

A copy of the arrayvec crate implemented using const generics.

Warning: This isn't meant for production. Even rustc says const generics may crash the compiler. Use at your own risk.

To get a better understanding of this crate's architecture, check out the accompanying blog post.

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

No runtime deps