raw

Macro raw 

Source
macro_rules! raw {
    (unsafe $raw_args:expr) => { ... };
}
Expand description

Embeds raw linker arguments for Windows targets.

Many arguments that work on the command line will not work here. See LinkArgs::raw for more information.

ยงExample

link_args::windows::raw!(unsafe "/STACK:0x800000 /ENTRY:mainCRTStartup");