bare-sync 0.1.0

no-std, no-alloc synchronization primitives
Documentation
[dependencies.critical-section]
version = "1.1"

[dependencies.defmt]
optional = true
version = "1.0.1"

[dependencies.embassy-sync]
version = "0.7.2"

[dependencies.log]
optional = true
version = "0.4.14"

[dev-dependencies.critical-section]
features = ["std"]
version = "1.1"

[features]
defmt = ["dep:defmt"]
log = ["dep:log"]

[lib]
name = "bare_sync"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "no-std"]
description = "no-std, no-alloc synchronization primitives"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "bare-sync"
readme = "README.md"
version = "0.1.0"