stochasta 0.8.2

A simple stochastic analysis library
Documentation
[dependencies.enumset]
features = ["serde"]
version = "1.1"

[dependencies.itertools]
version = "0.11"

[dependencies.num-rational]
features = ["serde"]
version = "0.4"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dev-dependencies.impls]
version = "1.0"

[features]
default = []
playing_cards = []

[package]
authors = ["Manuel Krebs <me@leun4m.de>"]
categories = ["mathematics"]
description = "A simple stochastic analysis library"
documentation = "https://docs.rs/stochasta"
edition = "2021"
include = ["Cargo.toml", "LICENSE-*", "README.md", "CHANGELOG.md", "/src"]
keywords = ["stochastic", "probability"]
license = "MIT OR Apache-2.0"
name = "stochasta"
readme = "README.md"
repository = "https://github.com/leun4m/stochasta"
version = "0.8.2"
[package.metadata.docs.rs]
all-features = true