{"id":67105,"library":"hsl","title":"hsl","description":"Represent colors in HSL and convert between HSL and RGB.","status":"active","version":"0.1.1","language":"rust","source_language":null,"source_url":"https://github.com/killercup/hsl-rs","tags":["color","hsl","rgb","conversion"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nhsl = \"0.1.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add hsl","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"HSL","correct":"use hsl::HSL;"}],"quickstart":{"code":"use hsl::HSL;\n\nfn main() {\n    let color = HSL { h: 0.0, s: 1.0, l: 0.5 };\n    let rgb = color.to_rgb();\n    println!(\"{:?}\", rgb);\n}","lang":"rust","description":"Convert HSL to RGB."},"warnings":[],"env_vars":null,"search_vec":"'color':3,12 'convers':15 'convert':7 'hsl':1,5,9,13 'repres':2 'rgb':11,14","created_at":"2026-06-17T17:32:55.952344+00:00","updated_at":"2026-06-17T17:32:55.952344+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/killercup/hsl-rs.git","github":"https://github.com/killercup/hsl-rs","docs":"https://docs.rs/hsl/","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}}