3 unstable releases
0.2.1 | Nov 24, 2019 |
---|---|
0.2.0 | Nov 15, 2019 |
0.1.0 | Nov 14, 2019 |
#4 in #arrayvec
22KB
377 lines
ArrayVec with Const Generics
(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
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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.