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

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

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

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

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