[−][src]Crate indigo_macros
Modules
idn |
Macros
async_request | Returns a future that awaits a request defined by the given “closure”. |
attempt | Runs a block of code and catches |
attempt_async | Runs a block of async code and catches |
fail | Returns an |
fail_err | Creates a new |
fail_with | Returns a closure for using |
idn_abort | |
idn_err | |
log_init | Initializes the log module and sets the default level of the current crate. |
path_join | Joins multiple paths together. |
path_normalize | Joins multiple paths together and then normalizes the result. |
path_resolve | Joins multiple paths together and then resolves the result. |