[package] name = "depacked" version = "0.2.3" edition = "2021" authors = ["Martin Indra "] description = "Minimalistic Rust Crate for handling memory packed data to aid CPU caching." repository = "https://github.com/DigitalExtinction/DePacked" readme = "README.md" license = "MIT OR Apache-2.0" keywords = ["cpu", "cache", "data-locality"] categories = ["caching"] [dependencies] skiplist = "0.4.0"