My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/development/libs/atomptr/Cargo.toml

11 lines
454 B

[package]
name = "atomptr"
description = "A safe, dependency-less abstraction for typed atomic smart pointers"
version = "1.0.2"
authors = ["Mx Kookie <kookie@spacekookie.de>"]
edition = "2018"
license = "GPL-3.0-or-later"
repository = "https://dev.spacekookie.de/kookie/nomicon/src/development/libs/atomptr"
keywords = ["memory", "concurrency", "performance", "lock-free", "atomic"]
categories = ["concurrency", "memory-management"]
readme = "README.md"