pub fn multibin_cfg_core(core: u32) -> Option<Attribute>
Expand description
If multibin
feature is enabled, this returns a tokenstream for the attribute #[cfg(core = "x")]
to partition an application
to multiple binaries. Otherwise None
is returned