Module itron_asp3::macros [−][src]
This is supported on crate features
nightly
and unstable
only.Expand description
Provides macros that allow downstream crates to examine the choice of the target kernel.
This module’s macros whose names start with tt_
follow tt-call
’s token
tree calling convention.
Macros
Expand to the current kernel’s name (e.g., "asp3"
).
Expand to the arm corresponding to the current kernel.
Determine if this crate was compiled for the specified kernel.
Get the kernel selected by a Cargo feature.