medians 2.1.0

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.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afe430cd34b7d274d3b8ba31aca68a4397b08a363b79b6ddb639a8ab32608f8b"

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

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

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

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