offset-allocator-2 0.2.0

A fork of Patrick Walton's port of Sebastian Aaltonen's `OffsetAllocator` to Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

authors = ["Raphael Larsen <raphael.j.larsen@gmail.com>"]

description = "A fork of Patrick Walton's port of Sebastian Aaltonen's `OffsetAllocator` to Rust"

edition = "2021"

keywords = ["memory-management"]

license = "MIT"

name = "offset-allocator-2"

readme = "README.md"

repository = "https://github.com/pcwalton/offset-allocator/"

version = "0.2.0"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

log = "0.4"

nonmax = "0.5"