3/4/2026 at 4:58:37 PM
> Rust programmers can take advantage of the srgb crateI don’t like the NPMification of Cargo. Do you really need to pull in a dependency for something like this?
by cmovq
3/4/2026 at 5:06:59 PM
Why not? Why is it better to copy and paste code from stack overflow than to pull in a dependency that does the same thing?by ChadNauseam
3/4/2026 at 5:16:20 PM
You can only pick the parts that you need and aren't now exposed to a supply chain attack. You can also easily adapt the code to your needs easily, especially as your needs change.by q3k