Registry / utility / velcro

velcro

JSON →
library0.5.4rscratesunverified

Provides convenience macros for initializing vectors, hash maps, and other Rust collections.

# Cargo.toml [dependencies] velcro = "0.5.4"
INSTALL
IMPORT
SIG · VELCRO
V
velcro
utilityrustv0.5.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

vec
use velcro::vec;

Uses the velcro vec! macro to create a vector.

use velcro::vec; fn main() { let v = vec![1, 2, 3]; println!("{:?}", v); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
velcro — cargo add velcro · libregistry