kornelski / rust-rgb

struct RGB for sharing pixels between crates
https://lib.rs/rgb
MIT License
98 stars 19 forks source link

Add defmt feature #58

Closed CBJamo closed 7 months ago

CBJamo commented 7 months ago

Optionally derive defmt::Format for RGB types.

kornelski commented 7 months ago

Thanks