Object formatting
| Kind | Name | Description |
|---|---|---|
| Trait | Debug | Objects that can be formatted in a "debug" form. |
| Trait | Display | Objects that can be formatted in a "display" form. |
| Trait | LowerHex | Objects that can be formatted in a "lower hex" form. |
| Trait | UpperHex | Objects that can be formatted in a "upper hex" form. |
| Trait | Write | Objects that wrap a byte-stream for writing. |