indxvec 1.2.13

Efficiently sorting, merging, ranking, searching, reversing, intersecting, 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.2.13"
dependencies = [
 "ran",
 "times",
]

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

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

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