{"id":58027,"library":"unindent","title":"unindent","description":"Remove a column of leading whitespace from a string.","status":"active","version":"0.2.4","language":"rust","source_language":null,"source_url":"https://github.com/dtolnay/indoc","tags":["string","whitespace","indentation","utility"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nunindent = \"0.2.4\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add unindent","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"unindent","correct":"use unindent::unindent;"}],"quickstart":{"code":"use unindent::unindent;\n\nfn main() {\n    let s = \"    hello\\n    world\";\n    println!(\"{}\", unindent(s));\n}","lang":"rust","description":"Remove common leading whitespace from a multi-line string."},"warnings":[],"env_vars":null,"search_vec":"'column':4 'indent':13 'lead':6 'remov':2 'string':10,11 'unind':1 'util':14 'whitespac':7,12","created_at":"2026-06-16T16:08:28.727218+00:00","updated_at":"2026-06-16T16:08:28.727218+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/indoc","github":"https://github.com/dtolnay/indoc","docs":"https://docs.rs/unindent/","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}}