kornelski / rust-rgb

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

Added no_std support #7

Closed jhwgh1968 closed 6 years ago

jhwgh1968 commented 6 years ago

This crate would be great for my use case, except that it is #[no_std]. Given its simplicity, I was surprised that #[no_std] wasn't already supported, so I tried to add it... and it was amazingly easy.

Perhaps too easy. I am still learning the details of #[no_std] crates, so any feedback is welcome.

kornelski commented 6 years ago

Great! Thanks