medians 0.0.5

Median, Statistical Measures, Mathematics, Statistics
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "anyhow"
version = "1.0.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0"

[[package]]
name = "devtimer"
version = "4.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "907339959a92f6b98846570500c0a567c9aecbb3871cef00561eb5d20d47b7c1"

[[package]]
name = "indxvec"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b100ff1a241a0fa77744b1d425b6728ce84d88c3f4f3b903e084ee73d06ebcb9"

[[package]]
name = "medians"
version = "0.0.5"
dependencies = [
 "anyhow",
 "devtimer",
 "indxvec",
 "ran",
]

[[package]]
name = "ran"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb855c024f212025bdecaaa4e6429f1c901bb91fbd2d53e50d799edd5a76a7f2"