# server.keys.__fuzz_parse_key_bindings

- **Module:** server.keys
- **Package:** libtmux
- **Language:** Rust
- **Kind:** function
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/libtmux/src/server/keys.rs#L186
- **Page:** https://libtmux.org/en/rs/latest/reference/server-keys-__fuzz_parse_key_bindings/

```
server.keys.__fuzz_parse_key_bindings(stdout: &[u8])
```

Decode `list-keys -F` output, for fuzzing only.

Not a supported API: it lets a fuzzer reach the decoder without making it
public, behind a feature no release turns on.
