indxvec 1.3.11

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

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

[[package]]
name = "medians"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e40872c89bbcd02ad4c4b73e531c276ca2a580d6d2b0b26cf3d5619fe0b05ba0"
dependencies = [
 "indxvec 1.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

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