{"id":71143,"library":"vec-collections","title":"Vec-Collections","description":"Rust collections that are newtype wrappers around smallvec for efficient small-vector storage.","status":"active","version":"0.4.3","language":"rust","source_language":null,"source_url":"https://github.com/rklaehn/vec-collections","tags":["collections","smallvec","newtype","efficient","vector"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nvec-collections = \"0.4.3\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add vec-collections","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"SmallVec","correct":"use vec_collections::SmallVec;"}],"quickstart":{"code":"use vec_collections::SmallVec;\n\nfn main() {\n    let mut v: SmallVec<[i32; 4]> = SmallVec::new();\n    v.push(1);\n    v.push(2);\n    println!(\"{:?}\", v);\n}","lang":"rust","description":"Creates a small vector with inline storage."},"warnings":[],"env_vars":null,"search_vec":"'around':10 'collect':3,5,18 'effici':13,21 'newtyp':8,20 'rust':4 'small':15 'small-vector':14 'smallvec':11,19 'storag':17 'vec':2 'vec-collect':1 'vector':16,22 'wrapper':9","created_at":"2026-06-17T18:23:17.074708+00:00","updated_at":"2026-06-17T18:23:17.074708+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/rklaehn","github":"https://github.com/rklaehn/vec-collections","docs":"https://docs.rs/vec-collections/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}