arrayvec 0.3.17

This commit is contained in:
bluss
2016-09-08 11:46:01 +02:00
parent c2f6156b42
commit 8785860ec4
4 changed files with 16 additions and 4 deletions
+6
View File
@@ -7,6 +7,12 @@
//! - Optional, enabled by default
//! - Requires Rust 1.6 *to disable*
//! - Use libstd
//!
//! - `use_union`
//! - Optional
//! - Requires Rust nightly channel
//! - Use the unstable feature untagged unions for the internal implementation,
//! which has reduced space overhead
#![cfg_attr(not(feature="std"), no_std)]
extern crate odds;
extern crate nodrop;