[go: up one dir, main page]

color-hex 0.2.0

Procedural macro for converting hexadecimal strings to an RGB or RGBA byte array at compile time.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[lib]
proc-macro = true

[package]
authors = ["Luke Newcomb <newcomb.luke@protonmail.com>"]
description = "Procedural macro for converting hexadecimal strings to an RGB or RGBA byte array at compile time."
documentation = "https://docs.rs/color-hex"
edition = "2021"
keywords = ["hex", "proc-macro", "literals", "color"]
license = "MIT"
name = "color-hex"
repository = "https://github.com/newcomb-luke/color-hex"
resolver = "2"
version = "0.2.0"