Skip to content

bluss/arrayvec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arrayvec

A vector with fixed capacity.

Please read the API documentation here

build_status crates crates2

Recent Changes

  • 0.3.8
    • Inline the non-dropping logic to remove one drop flag in the ArrayVec representation.
  • 0.3.7
    • Added method .into_inner()
    • Added unsafe method .set_len()

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.

About

A vector with a fixed capacity. (Rust)

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Contributors 41

Languages