mkv_chain 0.3.1

A Stochastic Oriented Markov Chain Crate
Documentation
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.version-sync]
version = "0.8"

[[example]]
crate-type = ["bin"]
name = "markov3"

[features]
default = []

[package]
authors = ["hyyking <leoduret@outlook.com>"]
description = "A Stochastic Oriented Markov Chain Crate"
documentation = "https://docs.rs/mkv_chain/0.2.2"
edition = "2018"
homepage = "https://github.com/hyyking/markov-chain-rs"
include = ["**/*.rs", "Cargo.toml"]
keywords = ["stochastic", "markov", "probability", "statistics", "markov-chain"]
license-file = "LICENSE"
name = "mkv_chain"
readme = "README.md"
repository = "https://github.com/hyyking/markov-chain-rs"
version = "0.3.1"