indxvec 1.4.4

Vecs sorting, merging, indexing, ranking, searching, reversing, intersecting, printing, etc.
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"
dependencies = [
 "ran",
 "times",
]

[[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.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f428afbc0806160d17271bca8228a0d176c85fc7c1dd03fc8ea66470f11448b"
dependencies = [
 "indxvec 1.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[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 1.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "medians",
 "ran",
]