/collect_into_rc_slice

A crate that let's you collect an `Iterator<Item=T>` into an `Rc<[T]>` or `Arc<[T]>` without needing to make 2 heap allocations.

Primary LanguageRustMIT LicenseMIT

Stargazers