Crates.io | rarena |
lib.rs | rarena |
version | |
source | src |
created_at | 2024-05-25 07:31:03.314591+00 |
updated_at | 2025-02-16 16:50:32.897227+00 |
description | Lock-free allocator and data structures based on ARENA. |
homepage | https://github.com/al8n/rarena |
repository | https://github.com/al8n/rarena |
max_upload_size | |
id | 1251783 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This crate provides a lock-free ARENA allocator and a set of lock-free data structures based on the ARENA allocator.
English | 简体中文
[dependencies]
rarena = "0.1"
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.