portable_atomic_enum_macros 0.2.0

An attribute to create an portable atomic wrapper around a C-style enum
Documentation
[dependencies.proc-macro2]
version = "1.0.41"

[dependencies.quote]
version = "1.0.20"

[dependencies.syn]
features = ["full"]
version = "2.0.38"

[lib]
proc-macro = true

[package]
authors = ["Thomas Bächler <thomas.baechler@gmx.de>", "Dániel Buga <bugadani@gmail.com>"]
categories = ["concurrency"]
description = "An attribute to create an portable atomic wrapper around a C-style enum"
edition = "2021"
keywords = ["atomic", "enum"]
license = "MIT"
name = "portable_atomic_enum_macros"
repository = "https://github.com/bugadani/portable_atomic_enum"
version = "0.2.0"