[dependencies]
[lib]
name = "avr_atomic"
path = "src/lib.rs"
[lints.clippy]
undocumented_unsafe_blocks = "warn"
[package]
authors = ["Michael Büsch <m@bues.ch>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "hardware-support", "no-std"]
description = "Fast atomic load/store without IRQ-disable for AVR"
edition = "2024"
homepage = "https://bues.ch/"
keywords = ["avr", "atomic"]
license = "MIT OR Apache-2.0"
name = "avr-atomic"
readme = "README.md"
repository = "https://github.com/mbuesch/avr-atomic"
version = "1.0.0"