26 releases

Uses old Rust 2015

0.0.26 Mar 18, 2015
0.0.25 Mar 5, 2015
0.0.24 Feb 27, 2015
0.0.16 Jan 24, 2015
0.0.2 Nov 25, 2014

#1825 in Data structures

Download history 3/week @ 2024-02-16 48/week @ 2024-02-23 7/week @ 2024-03-01

58 downloads per month

MIT/Apache

280KB
6K SLoC

collect-rs is intended as an experimental extension of the Rust standard library's libcollections. Ideas that are too niche, crazy, or experimental to land in libcollections can be gathered here where they can gain the maintenance and network-effect benefits that libcollections enjoys, but without worrying about such ivory tower concepts as "general usefulness" and "consistency".

For the time being, we plan to be highly volatile with a low barrier of entry. We want to explore the space of data structuring in Rust. We want to prove out ideas and implementations that could one day make their way into the standard library.

Got a concurrent, immutable, or persistent collection? Awesome! Crazy ideas for collection or iterator adapters? Heck yeah!

Come on in!

Documentation


Note that anything included in collect-rs is theoretically a candidate for inclusion in libcollections. As such, this project is licensed under the same terms as Rust itself.

Dependencies

~175–265KB