iterator_to_hash_map 0.9.0

A Rust crate that adds a method to any `Iterator` or `IntoIterator` (such as `Vec`) that converts it to a `HashMap` using the trait `ToHashMap`.
Documentation
1
2
3
4
5
6
7
8
9
[package]
authors = ["Brad Urani <bradurani@gmail.com>"]
description = "A Rust crate that adds a method to any `Iterator` or `IntoIterator` (such as `Vec`) that converts it to a `HashMap` using the trait `ToHashMap`."
keywords = ["iterator", "hashmap"]
license = "MIT"
name = "iterator_to_hash_map"
readme = "README.md"
repository = "https://github.com/bradurani/rust-iterator-to-hash-map"
version = "0.9.0"