Crate rarena

Source
Expand description

Rarena

This crate provides a lock-free ARENA allocator and a set of lock-free data structures based on the ARENA allocator.

github LoC Build codecov

docs.rs crates.io crates.io license

English | 简体中文

§Installation

[dependencies]
rarena = "0.1"
§License

rarena is under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, LICENSE-MIT for details.

Copyright (c) 2024 Al Liu.

Re-exports§

pub use rarena_allocator as allocator;