medians 1.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 = "devtimer"
version = "4.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "907339959a92f6b98846570500c0a567c9aecbb3871cef00561eb5d20d47b7c1"

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

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

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

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

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