[![Latest Version]][crates.io] ![Rustc Version nightly] [Latest Version]: https://img.shields.io/crates/v/libstaticvec.svg [crates.io]: https://crates.io/crates/libstaticvec [Rustc Version nightly]: https://img.shields.io/badge/rustc-nightly-lightgray.svg [![Build Status](https://travis-ci.com/slightlyoutofphase/libstaticvec.svg?branch=master)](https://travis-ci.com/slightlyoutofphase/libstaticvec) Experimentally provides a cdylib wrapping a (currently minimal) subset of the functionality of StaticVec, for use from C or any language with dynamic library support. Contributions/suggestions/etc. very welcome! **License:** Licensed under either the MIT license or version 2.0 of the Apache License. Your choice as to which! Any source code contributions will be dual-licensed in the same fashion.