aboutsummaryrefslogtreecommitdiff
path: root/development/libs/atomptr/Cargo.toml
blob: a1561ab3c8ad725cc0c1e0668877644ca0378389 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "atomptr"
description = "A safe, dependency-less abstraction for typed atomic smart pointers"
version = "1.0.0"
authors = ["Mx Kookie <kookie@spacekookie.de>"]
edition = "2018"
license = "GPL-3.0-or-later"
repository = "https://git.spacekookie.de/kookienomicon"
keywords = ["memory", "concurrency", "performance", "lock-free", "atomic"]
categories = ["concurrency", "memory-management"]
readme = "README.md"