Actions
Task #5586
closedrust/applayertemplate: remove pub and no_mangle from extern functions that don't need it
Effort:
low
Difficulty:
low
Label:
Outreachy
Description
In the Rust applayertemplate parser, extern "C" functions that are only used as function pointers in the registration function do not need to be no_mangle or extern.
Actions