9 releases
0.2.0 | May 22, 2023 |
---|---|
0.1.2 | Oct 22, 2022 |
0.1.1 | Sep 22, 2022 |
0.1.0-alpha.8 | May 25, 2022 |
0.1.0-alpha.3 | Feb 9, 2022 |
#1123 in Audio
196 downloads per month
Used in 21 crates
(6 directly)
15KB
248 lines
augmented-atomics
This crate is part of https://github.com/yamadapc/augmented-audio/. It exposes a couple of extra very limited "atomic" data types which are useful for audio development.
In particular, it exposes:
AtomicF32
AtomicF64
AtomicEnum
AtomicOption
In addition, an AtomicValue
trait is provided, which allows AtomicOption
to be available.
License: MIT
lib.rs
:
This crate is part of https://github.com/yamadapc/augmented-audio/. It exposes a couple of extra very limited atomic data types which are useful for this repository.
In particular, it exposes:
AtomicF32
AtomicF64
AtomicEnum
AtomicOption
In addition, an AtomicValue
trait is provided, which allows AtomicOption
to be available.
Dependencies
~0.5–1.1MB
~24K SLoC