[package]
edition = "2021"
rust-version = "1.81.0"
name = "rumtk-arena"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Arena/Bump allocator library to support performance critical portions of the rumtk framework."
homepage = "https://github.com/luissantosHCIT/rumtk/tree/main/toolkit/rumtk-arena"
documentation = "https://docs.rs/rumtk-arena"
readme = "README.md"
keywords = [
"rumtk",
"healthcare",
"allocators",
"arena",
"bump",
]
categories = [
"parsing",
"science",
"parser-implementations",
]
license = "LGPL-3.0"
repository = "https://github.com/luissantosHCIT/rumtk"
[lib]
name = "rumtk_arena"
path = "src/lib.rs"
[dependencies.memmap2]
version = "0.9.10"