countmap 0.2.0

Simple map to count occurences of supplied keys
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "countmap"
version = "0.2.0"
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/vbrandl/countmap"
homepage = "https://github.com/vbrandl/countmap"
documentation = "https://docs.rs/countmap"
description = "Simple map to count occurences of supplied keys"

[dependencies]
num-traits = "0.1"

[badges]
travis-ci = { repository = "vbrandl/countmap" }