atomic_fn 0.2.1

Generic AtomicFnPtr<T> wrapper type for atomic function pointers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["TheOtherAnxxity"]
categories = ["no-std"]
description = "Generic AtomicFnPtr<T> wrapper type for atomic function pointers"
documentation = "https://docs.rs/atomic_fn/latest/"
edition = "2018"
keywords = ["no_std", "atomic"]
license = "MIT OR Apache-2.0"
name = "atomic_fn"
readme = "README.md"
repository = "https://github.com/TheOtherAnxxity/atomic_fn"
version = "0.2.1"