[dependencies.log]
version = "0.4"
[dependencies.nonmax]
version = "0.5"
[lib]
name = "offset_allocator"
path = "src/lib.rs"
[package]
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A port of Sebastian Aaltonen's `OffsetAllocator` to Rust"
edition = "2021"
keywords = ["memory-management"]
license = "MIT"
name = "offset-allocator"
readme = "README.md"
repository = "https://github.com/pcwalton/offset-allocator/"
version = "0.2.0"