atomic-polyfill 1.0.3

Atomic polyfills, for targets where they're not available.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
description = "Atomic polyfills, for targets where they're not available."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "atomic-polyfill"
readme = "README.md"
repository = "https://github.com/embassy-rs/atomic-polyfill"
version = "1.0.3"

categories = [
  "embedded",
  "no-std",
  "concurrency",
]

[dependencies]
critical-section = "1.0.0"