{"id":58883,"library":"iovec","title":"IoVec","description":"Portable buffer type for scatter/gather I/O operations.","status":"active","version":"0.1.4","language":"rust","source_language":null,"source_url":"https://github.com/carllerche/iovec","tags":["io","buffer","scatter-gather","networking"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\niovec = \"0.1.4\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add iovec","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"IoVec","correct":"use iovec::IoVec;"}],"quickstart":{"code":"use iovec::IoVec;\n\nfn main() {\n    let buf = IoVec::from_slice(b\"hello\");\n    println!(\"Buffer length: {}\", buf.len());\n}","lang":"rust","description":"Creates an IoVec from a byte slice and prints its length."},"warnings":[],"env_vars":null,"search_vec":"'buffer':3,10 'gather':13 'i/o':7 'io':9 'iovec':1 'network':14 'oper':8 'portabl':2 'scatter':12 'scatter-gath':11 'scatter/gather':6 'type':4","created_at":"2026-06-16T16:42:08.145157+00:00","updated_at":"2026-06-16T16:42:08.145157+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/carllerche/iovec","github":"https://github.com/carllerche/iovec","docs":"https://docs.rs/iovec/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}