🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

arrayvec

Package Overview
Dependencies
Maintainers
0
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arrayvec - cargo Package Compare versions

Comparing version
0.3.8
to
0.3.9
+25
custom.css
.docblock pre.rust { background: #eeeeff; }
pre.trait, pre.fn, pre.struct, pre.enum, pre.typedef { background: #fcfefc; }
/* Small “example” label for doc examples */
.docblock pre.rust::before {
content: "example";
float: right;
font-style: italic;
font-size: 0.8em;
margin-top: -10px;
margin-right: -5px;
}
/* Fixup where display in trait listing */
pre.trait .where::before {
content: '\a ';
}
.docblock code {
background-color: inherit;
font-weight: bold;
padding: 0 0.1em;
}
+4
-4
[package]
name = "arrayvec"
version = "0.3.8"
version = "0.3.9"
authors = ["bluss"]

@@ -13,7 +13,7 @@ license = "MIT/Apache-2.0"

[dependencies]
[dependencies.odds]
version = "0.2"
[dev-dependencies]
nodrop = "0.1"
[dependencies.odds]
version = "0.2"

@@ -25,2 +25,3 @@ DOCCRATES = arrayvec nodrop odds

cargo doc --features=$(FEATURES)
cargo doc -p nodrop
rm -rf ./doc

@@ -27,0 +28,0 @@ cp -r ./target/doc ./doc