Crate rubber_duck

source ·

Modules

You’ll need to glob import this in the root of the crate where you’re defining functions to be callable.
You’ll want to glob import this in whatever module you’re defining functions to be callable in named/default arg syntax

Macros

This allows one to call a function in named/default arg syntax (if support for it was derived)

Traits