append-only-vec
Advanced tools
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
| { | ||
| "git": { | ||
| "sha1": "d991d30ecde2d25b3b7b2293eef3b28e592dfcc1" | ||
| "sha1": "a1b865a8bdf688120b1ddbe328226fe74f3de964" | ||
| }, | ||
| "path_in_vcs": "" | ||
| } |
+1
-1
@@ -15,3 +15,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "append-only-vec" | ||
| version = "0.1.5" | ||
| version = "0.1.6" | ||
| authors = ["David Roundy <daveroundy@gmail.com>"] | ||
@@ -18,0 +18,0 @@ description = "Append-only, concurrent vector" |
+6
-0
@@ -94,2 +94,8 @@ //! AppendOnlyVec | ||
| impl<T> Default for AppendOnlyVec<T> { | ||
| fn default() -> Self { | ||
| Self::new() | ||
| } | ||
| } | ||
| impl<T> AppendOnlyVec<T> { | ||
@@ -96,0 +102,0 @@ /// Return an `Iterator` over the elements of the vec. |
Sorry, the diff of this file is not supported yet