Open bluss opened 9 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.
Current home is crate odds with some simple experimental additions to String and Vec.
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.