Skip to main content

entry

Attribute Macro entry 

Source
#[entry]
Expand description

Marks a function as the plugins entry point.

§Example

#[forge::entry]
fn my_main_function() {
    // Your code here
}