FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

arrayvec/README.rst at arraystring-wip · Simteract/arrayvec · GitHub

forked from bluss/arrayvec

Latest commit

 

History

History
54 lines (32 loc) · 1.17 KB

File metadata and controls

54 lines (32 loc) · 1.17 KB

arrayvec

A vector with fixed capacity.

Please read the API documentation here

Recent Changes

  • 0.3.11
    • Added trait impls Default, PartialOrd, Ord, Write for ArrayVec
  • 0.3.10
    • Go back to using external NoDrop, fixing a panic safety bug (issue #3)
  • 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.


Back | FazBrowse Home | New Git URL