entry

Macro entry 

Source
macro_rules! entry {
    ($path:path) => { ... };
}
Expand description

Defines the entry point.

Must have the following signature: fn(Option<&CStr>) -> i32.