Rarena

This crate provides a lock-free ARENA allocator and a set of lock-free data structures based on the ARENA allocator. [github][Github-url] LoC [Build][CI-url] [codecov][codecov-url] [docs.rs][doc-url] [crates.io][crates-url] [crates.io][crates-url] license English | [简体中文][zh-cn-url]
## Installation ```toml [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-APACHE), [LICENSE-MIT](LICENSE-MIT) for details. Copyright (c) 2024 Al Liu. [Github-url]: https://github.com/al8n/rarena/ [CI-url]: https://github.com/al8n/rarena/actions/workflows/ci.yml [doc-url]: https://docs.rs/rarena [crates-url]: https://crates.io/crates/rarena [codecov-url]: https://app.codecov.io/gh/al8n/rarena/ [zh-cn-url]: https://github.com/al8n/rarena/tree/main/README-zh_CN.md