medians 1.0.8

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

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

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

[[package]]
name = "medians"
version = "1.0.8"
dependencies = [
 "devtimer",
 "indxvec",
 "ran",
 "times",
]

[[package]]
name = "medians"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e72181c8a9179ee56ee231330aee65ef4d675a7d71f0a876be1aec2bdfbae046"
dependencies = [
 "indxvec",
]

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

[[package]]
name = "times"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c585830f4bd98923a9f708beb83267bd65abd53568220748a9e0ae0170e10c00"
dependencies = [
 "devtimer",
 "indxvec",
 "medians 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "ran",
]