markov 0.0.6

A generic markov chain implementation in Rust.
1
2
3
4
5
6
7
8
9
10
11
[package]

name = "markov"
version = "0.0.6"
description = "A generic markov chain implementation in Rust."
authors = ["Aaron Weiss <aaronweiss74@gmail.com>"]
license = "MPL-2.0"
keywords = ["markov", "chain", "probability"]
documentation = "http://www.rust-ci.org/aaronweiss74/markov/doc/markov/"
repository = "https://github.com/aaronweiss74/markov"
readme = "README.md"