Hacker News new | ask | show | jobs
by bpicolo 3337 days ago
One thing I don't see here: It's difficult to integrate libs into e.g. parallel when they don't derive all the various things (Copy). Will a goal be to aim for deriving standards for libs looked at?
1 comments

It's part of the checklist:

https://github.com/brson/rust-api-guidelines#interoperabilit...

Maybe the checklist should get a more prominent link or notice in the blog post. It took me a while to find it.

Ah cool, thanks for the link.