Crate starlane_primitive_macros

Source

Macros§

create_mark
log_span
logger
push_loc
push_mark
warn

Attribute Macros§

log
logger_att
loggerhead

Derive Macros§

Autobox
Takes a given enum (which in turn accepts child enums) and auto generates a Parent::From so the child can turn into the parent and a TryInto<Child> for Parent so the Parent can attempt to turn into the child.
EnumAsStr
ToBase
ToLogMark
ToSubstance