Migrate arrayvec to monorepo.

Bug: http://b/339424309
Test: treehugger
Change-Id: I9374d162431211e680347c5e161616810bace8d2
7 files changed
tree: 470149d0d44823d5101f8b341042251a50d3e2e5
  1. benches/
  2. src/
  3. tests/
  4. Android.bp
  5. Cargo.toml
  6. Cargo.toml.orig
  7. cargo2rulesmk.json
  8. CHANGELOG.md
  9. LICENSE-APACHE
  10. LICENSE-MIT
  11. METADATA
  12. MODULE_LICENSE_APACHE2
  13. OWNERS
  14. README.md
  15. rules.mk
README.md

arrayvec

Crates.io: arrayvec Documentation Build Status

License: Apache OR License: MIT

A vector with fixed capacity.

Please read the API documentation here

License

Dual-licensed to be compatible with the Rust project.

Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.