# `ExRatatui.Bridge`
[🔗](https://github.com/mcass19/ex_ratatui/blob/v0.7.1/lib/ex_ratatui/bridge.ex#L1)

Internal bridge between Elixir widget structs and the native render command format.

This module owns validation and encoding for render commands so both
`ExRatatui.draw/2` and `ExRatatui.Session.draw/2` cross the NIF boundary
through the same path.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
