indxvec 1.4.15

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

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

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

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

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