| Crates.io | shortest-color |
| lib.rs | shortest-color |
| version | 0.1.3 |
| created_at | 2025-08-26 05:16:43.950351+00 |
| updated_at | 2025-10-31 14:17:56.552744+00 |
| description | Color shortener |
| homepage | |
| repository | https://github.com/rostislavnagimov/shortest-color |
| max_upload_size | |
| id | 1810541 |
| size | 18,477 |
Ultra-fast CSS color parser - <120ns, <6KB, zero dependencies. For hex, rgb/rgba, hsl/hsla, keywords
use shortest_color::shorten_css_color;
shorten_css_color("#ff0000") // red
shorten_css_color("rgb(0,0,255)") // blue
shorten_css_color("WHITE") // #fff
Install:
cargo add shortest-color
[dependencies]
shortest-color = "0.1.3"