{"id":57472,"library":"itoa","title":"itoa","description":"Fast integer primitive to string conversion","status":"active","version":"1.0.18","language":"rust","source_language":null,"source_url":"https://github.com/dtolnay/itoa","tags":["integer","conversion","fast","no-std"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nitoa = \"1.0.18\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add itoa","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Buffer","correct":"use itoa::Buffer;"}],"quickstart":{"code":"use itoa::Buffer;\n\nfn main() {\n    let mut buf = Buffer::new();\n    let s = buf.format(42u64);\n    println!(\"{}\", s);\n}","lang":"rust","description":"Converts an integer to a string using a reusable buffer."},"warnings":[],"env_vars":null,"search_vec":"'convers':7,9 'fast':2,10 'integ':3,8 'itoa':1 'no-std':11 'primit':4 'std':13 'string':6","created_at":"2026-06-16T15:43:58.688891+00:00","updated_at":"2026-06-16T15:43:58.688891+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/dtolnay/itoa","github":"https://github.com/dtolnay/itoa","docs":"https://docs.rs/itoa/","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-16","next_check":"2026-12-13","install_tag":null}}