Iterable
An iterable library for Rust collection like types.
Prerequisites
- latest rust nightly compiler
Use
# Cargo.toml
[]
= "0.1"
Features
iterate collection like types without iter()
and collect()
:
use *;
License
MIT
An iterable library for Rust collection like types.
# Cargo.toml
[]
= "0.1"
iterate collection like types without iter()
and collect()
:
use *;
MIT