{"id":71123,"library":"z85","title":"Z85","description":"Rust implementation of ZeroMQ's Z85 encoding mechanism with padding.","status":"active","version":"3.0.7","language":"rust","source_language":null,"source_url":"https://github.com/decafbad/z85","tags":["z85","encoding","zeromq","binary"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nz85 = \"3.0.7\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add z85","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"encode","correct":"use z85::encode;"}],"quickstart":{"code":"use z85::encode;\n\nfn main() {\n    let data = b\"Hello World\";\n    let encoded = encode(data);\n    println!(\"Encoded: {}\", encoded);\n}","lang":"rust","description":"Encodes a byte slice into Z85 format."},"warnings":[],"env_vars":null,"search_vec":"'binari':15 'encod':8,13 'implement':3 'mechan':9 'pad':11 'rust':2 'z85':1,7,12 'zeromq':5,14","created_at":"2026-06-17T18:22:53.279239+00:00","updated_at":"2026-06-17T18:22:53.279239+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/decafbad/z85","github":"https://github.com/decafbad/z85","docs":"https://docs.rs/z85/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization","networking"],"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}}