stele 0.3.2

An atomic Vec-like structure with no copying on allocation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[features]
allocator_api = []
default = ["std"]
std = []

[package]
description = "An atomic Vec-like structure with no copying on allocation"
edition = "2018"
keywords = ["data-structure", "concurrent"]
license = "MIT OR Apache-2.0"
name = "stele"
repository = "https://github.com/AlyssaRoseDev/stele"
version = "0.3.2"
[profile.release]
codegen-units = 1
lto = true
[target."cfg(loom)".dependencies.loom]
version = "0.5"