Skip to content

Nemo157/const-arrayvec

 
 

Repository files navigation

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.

About

An implementation of the arrayvec crate using const generics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE.md
MIT
LICENSE_MIT.md

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 98.8%
  • Shell 1.2%