{"id":73082,"library":"vlq","title":"vlq","description":"Sourcemap-style VLQ (Variable Length Quantity) encoder and decoder.","status":"active","version":"0.5.1","language":"rust","source_language":null,"source_url":"https://github.com/tromey/vlq","tags":["encoding","sourcemap","vlq","compression"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nvlq = \"0.5.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add vlq","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"VLQ","correct":"use vlq::VLQ;"}],"quickstart":{"code":"use vlq::VLQ;\n\nfn main() {\n    let encoded = VLQ::encode(&[12345]);\n    let decoded = VLQ::decode(&encoded).unwrap();\n    println!(\"{:?}\", decoded);\n}","lang":"rust","description":"Encodes and decodes a number using VLQ."},"warnings":[],"env_vars":null,"search_vec":"'compress':15 'decod':11 'encod':9,12 'length':7 'quantiti':8 'sourcemap':3,13 'sourcemap-styl':2 'style':4 'variabl':6 'vlq':1,5,14","created_at":"2026-06-17T18:47:18.560320+00:00","updated_at":"2026-06-17T18:47:18.560320+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/tromey/vlq","github":"https://github.com/tromey/vlq","docs":"https://docs.rs/vlq/","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}}