frequency

Crates.iofrequency
lib.rsfrequency
version1.0.1
sourcesrc
created_at2017-03-25 17:00:32.086185
updated_at2017-03-25 17:20:14.682687
descriptionA trait for types that keep track of the counts of things.
homepage
repositoryhttps://gitlab.com/jswrenn/frequency
max_upload_size
id9146
size3,339
Jack Wrenn (jswrenn)

documentation

https://docs.rs/frequency

README

The Frequency trait represents types that keep track of the observed counts of items.

Usage

Add frequency to your Cargo.toml:

[dependencies]
frequency = "^1.0.0"

To use the Frequency interface for types implementing Frequency, you must import the Frequency trait:

extern crate frequency;

use frequency::Frequency;

Implementations of Frequency are provided by the frequency-btreemap, frequency-btreemap, and frequency-btreemap crates.

Commit count: 4

cargo fmt