serum v1.0.0 Serum.Util

This module provides some frequently used shortcut functions. These functions are inlined by the compiler.

Link to this section Summary

Functions

Displays which file is generated.

Displays which file is generated.

Displays which directory is created.

Prints a warning message to stderr.

Link to this section Functions

Link to this macro

msg_gen(dest) (macro)
msg_gen(binary()) :: Macro.t()

Displays which file is generated.

Link to this macro

msg_gen(src, dest) (macro)
msg_gen(binary(), binary()) :: Macro.t()

Displays which file is generated.

Link to this macro

msg_mkdir(dir) (macro)
msg_mkdir(binary()) :: Macro.t()

Displays which directory is created.

Link to this macro

warn(str) (macro)
warn(binary()) :: Macro.t()

Prints a warning message to stderr.