Crate neon_macros[][src]

Procedural macros supporting Neon

Attribute Macros

main

Marks a method as the main entrypoint for initialization in a Neon module. This attribute should only be used once in a module and will be called each time the module is initialized in a context.