Entry
Fields of this type
Fields
- default:default
- Let the compiler decide whether to make an entry point and what to name
- disabled:disabled
- The executable will have no entry point.
- enabled:enabled
- The executable will have an entry point with the default symbol name.
- symbol_name:[]const u8
- The executable will have an entry point with the specified symbol name.