stele 0.3.1

An atomic Vec-like structure with no copying on allocation
Documentation
[dependencies]

[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.1"
[profile.release]
codegen-units = 1
lto = true
[target."cfg(loom)".dependencies.loom]
version = "0.5"