New:Socket for Asana Is Now Available.Learn more
Get Started

append-only-vec

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

append-only-vec - cargo Package Compare versions

Comparing version
0.1.5
to
0.1.6
LICENSE-APACHE

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

+1
-1
{
"git": {
"sha1": "d991d30ecde2d25b3b7b2293eef3b28e592dfcc1"
"sha1": "a1b865a8bdf688120b1ddbe328226fe74f3de964"
},
"path_in_vcs": ""
}

@@ -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"

@@ -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