Module fmt

Module fmt 

Source

Structs§

ErrorComponents
Error components parsed from a LuaError.
StackTrace
Stack trace parsed from a [LuaError].
StackTraceLine
Stack trace line parsed from a [LuaError].
ValueFormatConfig
Configuration for formatting values.

Enums§

Label
Label enum used for consistent output formatting throughout Lune.
StackTraceSource
Source of a stack trace line parsed from a [LuaError].

Functions§

pretty_format_multi_value
Formats a Lua multi-value into a pretty string using the given config.
pretty_format_value
Formats a Lua value into a pretty string using the given config.