medians 1.0.4

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.4"
dependencies = [
 "devtimer",
 "indxvec",
 "ran",
 "times",
]

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

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