{"id":66754,"library":"tiny-skia-path","title":"tiny-skia-path","description":"A tiny-skia Bezier path implementation for 2D graphics.","status":"active","version":"0.12.0","language":"rust","source_language":null,"source_url":"https://github.com/linebender/tiny-skia","tags":["graphics","bezier","path","2d"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ntiny-skia-path = \"0.12.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add tiny-skia-path","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Path","correct":"use tiny_skia_path::Path;"}],"quickstart":{"code":"use tiny_skia_path::Path;\n\nfn main() {\n    let mut path = Path::new();\n    path.move_to(0.0, 0.0);\n    path.line_to(100.0, 100.0);\n    println!(\"{:?}\", path);\n}","lang":"rust","description":"Creates a simple path with a move and line."},"warnings":[],"env_vars":null,"search_vec":"'2d':13,18 'bezier':9,16 'graphic':14,15 'implement':11 'path':4,10,17 'skia':3,8 'tini':2,7 'tiny-skia':6 'tiny-skia-path':1","created_at":"2026-06-17T17:28:03.675775+00:00","updated_at":"2026-06-17T17:28:03.675775+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/linebender/tiny-skia","github":"https://github.com/linebender/tiny-skia","docs":"https://docs.rs/tiny-skia-path/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"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}}