{"id":59600,"library":"rustybuzz","title":"Rustybuzz","description":"A complete harfbuzz shaping algorithm port to Rust.","status":"active","version":"0.20.1","language":"rust","source_language":null,"source_url":"https://github.com/harfbuzz/rustybuzz","tags":["harfbuzz","shaping","font","text"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nrustybuzz = \"0.20.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add rustybuzz","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Face","correct":"use rustybuzz::Face;"}],"quickstart":{"code":"use rustybuzz::Face;\n\nfn main() {\n    let font_data = std::fs::read(\"font.ttf\").unwrap();\n    let face = Face::from_slice(&font_data, 0).unwrap();\n    println!(\"Font loaded: {:?}\", face);\n}","lang":"rust","description":"Loads a font file and creates a Face object for shaping."},"warnings":[],"env_vars":null,"search_vec":"'algorithm':6 'complet':3 'font':12 'harfbuzz':4,10 'port':7 'rust':9 'rustybuzz':1 'shape':5,11 'text':13","created_at":"2026-06-16T17:09:47.908994+00:00","updated_at":"2026-06-16T17:09:47.908994+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/harfbuzz/rustybuzz","github":"https://github.com/harfbuzz/rustybuzz","docs":"https://docs.rs/rustybuzz/","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}}