skippy 0.1.1

Highly flexible worst-case O(log n) intrusive skip list
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "allocator-fallback"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e71cc5ea7477547d3f9f0b81c0513943dbdd24ae1bb113eb2762f585345bdfa"

[[package]]
name = "cell-ref"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47f7098fc9ddf34917fc95dc99e1222d7e434bda84ba47376f115d0ac075f4c4"

[[package]]
name = "integral_constant"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b399b469566c64af457e866e3411ccb11e4945f1f26d798523d3baa3a1ffd47"

[[package]]
name = "skippy"
version = "0.1.1"
dependencies = [
 "allocator-fallback",
 "cell-ref",
 "integral_constant",
 "tagged-pointer",
]

[[package]]
name = "tagged-pointer"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a18e468a720e5b828148df765eb89eb236cd5ffd8d7f3920f9b4e286cb21ad87"