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.
macro_rules! entry {
($path:path) => { ... };
}This macro does nothing. You should name the function main so that the normal rust main
function setup is used.