Modules§
- core
- You’ll need to glob import this in the root of the crate where you’re defining functions to be callable.
- macros
- You’ll want to glob import this in whatever module you’re defining functions to be callable in named/default arg syntax
Macros§
- n
- This allows one to call a function in named/default arg syntax (if support for it was derived)