kornelski / rust-rgb

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

Docs don't list things available through the "argb" feature #34

Closed federicomenaquintero closed 4 years ago

federicomenaquintero commented 4 years ago

For example, ARGB<T> is not listed in docs.rs.

kornelski commented 4 years ago

It's an optional feature, but I'm surprised that docs.rs doesn't enable all features by default.