embed-seglist 0.1.0

Cpu-cache friendly linkedlist with fixed-capacity segment
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "embed-collections"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "489fe6fafc65e6b24571610064755face3e369f6d28731e9fca4290aabb20a15"

[[package]]
name = "embed-seglist"
version = "0.1.0"
dependencies = [
 "embed-collections",
 "log",
]

[[package]]
name = "log"
version = "0.4.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"