"Data type" crates like http for json, xml, sql, etc

Hi, I think the http crate has set a good example of what a data type crate should look like, which can be used as a common dependency of other crates.

I suggest that other commonly used data types be made into crates like that under some kind of mentoring from the official team, like json, xml, sql, etc... And what's more important: help them achieve 1.0.

2 Likes

I've done that for RGB pixels. I welcome all feedback: https://crates.io/crates/rgb/

2 Likes