multi_mut 0.1.2

Extension methods on HashMap and BTreeMap that provide a safe API for getting multiple mutable references to the contained values.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "multi_mut"
version = "0.1.2"
authors = ["Pyry Kontio <pyry.kontio@drasa.eu>"]
description = "Extension methods on HashMap and BTreeMap that provide a safe API for getting multiple mutable references to the contained values."
license = "MIT"
repository = "https://github.com/golddranks/multi_mut"
readme = "README.md"
keywords = ["hashmap", "mutability", "extension"]

[dependencies]