link-section 0.12.0

Low-level link-section macro support for Rust
Documentation
[package]
name = "link-section"
version = "0.12.0"
authors.workspace = true
edition = "2021"
description = "Low-level link-section macro support for Rust"
license.workspace = true
repository.workspace = true
readme = "README.md"
categories = ["no-std"]

[features]
default = ["proc_macro", "std"]
proc_macro = ["dep:linktime-proc-macro"]
std = []
used_linker = []

[dependencies]
linktime-proc-macro = { workspace = true, optional = true, features = ["link_section"] }

[dev-dependencies]

[[example]]
name = "link-section-example"
path = "src/example.rs"