apma 0.1.0

Adaptive Packed Memory Array (APMA) — a cache-efficient sorted associative container
Documentation
[dependencies]

[[example]]
name = "basic"
path = "examples/basic.rs"

[lib]
name = "apma"
path = "src/lib.rs"

[package]
authors = ["Krzysztof WoÅ›"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "algorithms"]
description = "Adaptive Packed Memory Array (APMA) — a cache-efficient sorted associative container"
edition = "2024"
keywords = ["data-structures", "packed-memory-array", "adaptive", "sorted", "cache-efficient"]
license = "MIT OR Apache-2.0"
name = "apma"
readme = "README.md"
repository = "https://github.com/krzysztofwos/apma"
version = "0.1.0"

[[test]]
name = "apma_tests"
path = "tests/apma_tests.rs"