{"id":62730,"library":"writeable","title":"Writeable","description":"A more efficient alternative to fmt::Display for formatting text with zero allocations.","status":"active","version":"0.6.3","language":"rust","source_language":null,"source_url":"https://github.com/unicode-org/icu4x","tags":["formatting","performance","no-alloc","icu"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nwriteable = \"0.6.3\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add writeable","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Writeable","correct":"use writeable::Writeable;"}],"quickstart":{"code":"use writeable::Writeable;\n\nfn main() {\n    let w = \"Hello, world!\".to_writeable();\n    let mut output = String::new();\n    w.write_to(&mut output).unwrap();\n    println!(\"{}\", output);\n}","lang":"rust","description":"Writes a string using the Writeable trait."},"warnings":[],"env_vars":null,"search_vec":"'alloc':14,19 'altern':5 'display':8 'effici':4 'fmt':7 'format':10,15 'icu':20 'no-alloc':17 'perform':16 'text':11 'writeabl':1 'zero':13","created_at":"2026-06-17T16:34:53.284740+00:00","updated_at":"2026-06-17T16:34:53.284740+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/unicode-org/icu4x","github":"https://github.com/unicode-org/icu4x","docs":"https://docs.rs/writeable/","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}}