Expand description
Formatting wrappers
This module provides wrappers for various types that format the inner type according to Falco style.
Structsยง
- Byte
BufFormatter - Falco-style byte buffer formatter
- CStr
Formatter - Falco-style CStr formatter
- Option
Formatter - A formatter for
Option<T>
types.