embassy-rs / atomic-polyfill

⚠️ DEPRECATED ⚠️ -- use `portable-atomic` instead.
Apache License 2.0
30 stars 14 forks source link

Implement From<bool> and Debug for AtomicBool #13

Closed Rahix closed 2 years ago

Rahix commented 2 years ago

Hi,

during https://github.com/Rahix/shared-bus/pull/30, we noticed these two impls are missing. This partially addresses #11.

Dirbaio commented 2 years ago

This is great, thank you! :D

Dirbaio commented 2 years ago

0.1.6 now out :)