{"id":64097,"library":"human-format","title":"Human Format","description":"A Rust port of the human-format Node.js library for formatting numbers in a human-readable way.","status":"active","version":"1.2.1","language":"rust","source_language":null,"source_url":"https://github.com/BobGneu/human-format-rs","tags":["formatting","numbers","human-readable","utility"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nhuman_format = \"1.2.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add human_format","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Formatter","correct":"use human_format::Formatter;"}],"quickstart":{"code":"use human_format::Formatter;\n\nfn main() {\n    let mut formatter = Formatter::new();\n    println!(\"{}\", formatter.format(1500.0));\n}","lang":"rust","description":"Formats a number into a human-readable string (e.g., 1500 becomes \"1.5K\")."},"warnings":[],"env_vars":null,"search_vec":"'format':2,10,14,22 'human':1,9,19,25 'human-format':8 'human-read':18,24 'librari':12 'node.js':11 'number':15,23 'port':5 'readabl':20,26 'rust':4 'util':27 'way':21","created_at":"2026-06-17T16:52:02.745491+00:00","updated_at":"2026-06-17T16:52:02.745491+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://bobgneu.github.io/human-format-rs/","github":"https://github.com/BobGneu/human-format-rs","docs":"https://docs.rs/human_format/","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}}