collect_slice 1.0.0

Collect an iterator into a slice.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "collect_slice"
description = "Collect an iterator into a slice."
version = "1.0.0"
authors = ["Mick Koch <mick@kochm.co>"]
readme = "README.md"
license = "MIT"
documentation = "https://kchmck.github.io/doc/collect_slice"
repository = "https://github.com/kchmck/collect_slice"
keywords = ["collect", "slice", "stack"]