{"id":66259,"library":"unicode-linebreak","title":"Unicode Linebreak","description":"Implementation of the Unicode Line Breaking Algorithm for determining line break opportunities in text.","status":"active","version":"0.1.5","language":"rust","source_language":null,"source_url":"https://github.com/axelf4/unicode-linebreak","tags":["unicode","linebreak","text","algorithm"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nunicode-linebreak = \"0.1.5\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add unicode-linebreak","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"linebreaks","correct":"use unicode_linebreak::linebreaks;"}],"quickstart":{"code":"use unicode_linebreak::linebreaks;\n\nfn main() {\n    let text = \"Hello, world!\";\n    for (i, is_break) in linebreaks(text) {\n        if is_break {\n            println!(\"Break at position {}\", i);\n        }\n    }\n}","lang":"rust","description":"Finds line break opportunities in a string according to the Unicode Line Breaking Algorithm."},"warnings":[],"env_vars":null,"search_vec":"'algorithm':9,20 'break':8,13 'determin':11 'implement':3 'line':7,12 'linebreak':2,18 'opportun':14 'text':16,19 'unicod':1,6,17","created_at":"2026-06-17T17:21:27.864611+00:00","updated_at":"2026-06-17T17:21:27.864611+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/axelf4/unicode-linebreak","github":"https://github.com/axelf4/unicode-linebreak","docs":"https://docs.rs/unicode-linebreak/","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}}