This commit is contained in:
Ulrik Sverdrup
2023-06-17 21:58:14 +02:00
parent 2cd12ef4be
commit 2c92a59bed
4 changed files with 11 additions and 3 deletions
+4
View File
@@ -11,6 +11,10 @@
//! - Optional
//! - Enable serialization for ArrayVec and ArrayString using serde 1.x
//!
//! - `zeroize`
//! - Optional
//! - Implement `Zeroize` for ArrayVec and ArrayString
//!
//! ## Rust Version
//!
//! This version of arrayvec requires Rust 1.51 or later.