entry

Macro entry 

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

This macro does nothing. You should name the function main so that the normal rust main function setup is used.