contain-rs / discuss

A center for discussion and planning of the contain-rs organization.
5 stars 0 forks source link

Crate for experimental extensions to std collections #9

Open bluss opened 8 years ago

bluss commented 8 years ago

I'm mainly thinking of some String and Vec extensions, for example https://github.com/rust-lang/rfcs/issues/1253

We could have a crate to collect extensions (preferably high quality and high utility), but also those that we know libstd will not accept.

bluss commented 8 years ago

Current home is crate odds with some simple experimental additions to String and Vec.