On this page
formats.DecoderKind
- Module
- formats
- Package
- libtmux
- Source
- crates/libtmux/src/formats.rs
13 declared, 0 inherited
Members
- Ascii constant Accept only ASCII bytes.
- Bool constant Parse a canonical tmux boolean.
- I32 constant Parse a canonical signed 32-bit integer.
- PaneId constant Parse a native Pane ID.
- PaneProgress constant Parse a bounded pane progress percentage.
- PaneProgressState constant Parse a closed pane progress state.
- SessionId constant Parse a native Session ID.
- Text constant Preserve arbitrary non-NUL bytes.
- Timestamp constant Parse canonical signed Unix seconds.
- U32 constant Parse a canonical unsigned 32-bit integer.
- U64 constant Parse a canonical unsigned 64-bit integer.
- U8 constant Parse a canonical unsigned 8-bit integer.
- WindowId constant Parse a native Window ID.