no_alloc_check 0.1.0

Proc-macro attribute for no_alloc; cfg-gated hybrid marker.
Documentation
[package]
name = "no_alloc_check"
version = "0.1.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Proc-macro attribute for no_alloc; cfg-gated hybrid marker."
rust-version = "1.85"
readme = "../../README.md"
keywords = ["allocation", "realtime", "static-analysis"]
categories = ["development-tools", "no-std"]

[lib]
proc-macro = true

[dependencies]
syn = { workspace = true }
quote = { workspace = true }
proc-macro2 = { workspace = true }

[dev-dependencies]
trybuild = "1"