licenses.dev

arrayvec v0.3.25

A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT3
PackageRelationDependenciesPublished
nodrop • 0.1.14A wrapper type to inhibit drop (destructor). ***Deprecated: Use ManuallyDrop or MaybeUninit instead!*** DIRECT0
odds • 0.2.26Odds and ends — collection miscellania. Extra functionality for slices (`.find()`, `RevSlice`), strings and other things. Things in odds may move to more appropriate crates if we find them. DIRECT0
typenum • 1.17.0Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.INDIRECT0
MIT1
PackageRelationDependenciesPublished
generic-array • 0.5.1Generic types implementing functionality of arraysDIRECT2
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/arrayvec)](https://licenses.dev/cargo/arrayvec)
<a href="https://licenses.dev/cargo/arrayvec">
  <img src="https://licenses.dev/b/cargo/arrayvec" alt="licenses" />
</a>

Or the licenses badge code for the 0.3.25 version:

[![licenses](https://licenses.dev/b/cargo/arrayvec/0.3.25)](https://licenses.dev/cargo/arrayvec/0.3.25)
<a href="https://licenses.dev/cargo/arrayvec/0.3.25">
  <img src="https://licenses.dev/b/cargo/arrayvec/0.3.25" alt="licenses" />
</a>
GitHub