contain-rs / discuss

A center for discussion and planning of the contain-rs organization.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crate for experimental extensions to std collections

bluss opened this issue · comments

commented

I'm mainly thinking of some String and Vec extensions, for example rust-lang/rfcs#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.

commented

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