{"id":57273,"library":"unicode-segmentation","title":"Unicode Segmentation","description":"Provides grapheme cluster, word, and sentence boundaries according to Unicode Standard Annex #29.","status":"active","version":"1.13.3","language":"rust","source_language":null,"source_url":"https://github.com/unicode-rs/unicode-segmentation","tags":["unicode","segmentation","text","grapheme"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nunicode-segmentation = \"1.13.3\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add unicode-segmentation","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"UnicodeSegmentation","correct":"use unicode_segmentation::UnicodeSegmentation;"}],"quickstart":{"code":"use unicode_segmentation::UnicodeSegmentation;\n\nfn main() {\n    let s = \"Hello, 世界!\";\n    let graphemes: Vec<&str> = s.graphemes(true).collect();\n    println!(\"Graphemes: {:?}\", graphemes);\n}","lang":"rust","description":"Iterates over grapheme clusters in a string."},"warnings":[],"env_vars":null,"search_vec":"'29':15 'accord':10 'annex':14 'boundari':9 'cluster':5 'graphem':4,19 'provid':3 'segment':2,17 'sentenc':8 'standard':13 'text':18 'unicod':1,12,16 'word':6","created_at":"2026-06-16T15:35:47.175778+00:00","updated_at":"2026-06-16T15:35:47.175778+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-rs/unicode-segmentation","github":"https://github.com/unicode-rs/unicode-segmentation","docs":"https://docs.rs/unicode-segmentation/","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}}