Skip to content

LukeDSchenk/hexcolor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexcolor

A tiny, serde-compatible HexColor type.

use hexcolor::HexColor;

let c = HexColor::parse("#532746").unwrap();
assert_eq!(c.to_hex_string(), "#532746");

Athena and I made this together.

About

A tiny, serde-compatible `HexColor` type (for Rust).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages