kornelski / rust-rgb

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

Tracking Issue for `v0.9` #64

Open ripytide opened 1 month ago

ripytide commented 1 month ago

This is a tracking issue for work on v0.9.

ripytide commented 1 month ago

Okay, I've finished trawling through every issue both closed and open in the issue tracker and itemizing the actionable improvements I agree with in the tracking list above. Some improvements didn't yet have their own issues (particularly many of the points brought up in #39) so I opened some new ones for them. There were also some new improvements I came with, such as #65 and #66, not previously discussed as far as I am aware.

What do you think @kornelski? Specifically it would be useful to me if you'd state which of the listed improvements you'd accept or reject so I don't have to spend time implementing things you'd reject.

kornelski commented 1 month ago

Approvals

ripytide commented 1 month ago

I've decided that I'll be shifting my focus from working on a 0.9 of this crate to creating a new crate due to the decision that this crate will not making any semver-trick incompatible changes. See #83 and #84 for more discussion on this issue.

I'll leave this tracking issue open in case anyone else wants to pickup where I left off.

ripytide commented 1 month ago

After more discussion in #85 I am now happy to continue development on v0.9, I did make a crate called pixeli but I'll deprecate that now for this crate.

kornelski commented 1 month ago

Great. Thanks.

kornelski commented 1 week ago