Skip to main content

Module macros

Module macros 

Source
Expand description

Helper macros.

Modulesยง

on_disk_struct ๐Ÿ”’
Macro to allow binary structures be read/stored from/to disk.

Macrosยง

last_element ๐Ÿ”’
Evaluate to the last element in the list, separated by commas.
numerical_enum ๐Ÿ”’
Implements TryFrom for enums from their numerical representation.
passthrough_trait_fn ๐Ÿ”’
Implements a function as itself.