# src.WorkspaceBuilder

- **Module:** src
- **Package:** tmux-workspace
- **Language:** Rust
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/tmux-workspace/src/lib.rs#L92
- **Page:** https://libtmux.org/en/rs/latest/workspace/reference/src-workspacebuilder/

Creates tmux sessions from workspace configurations.

## Members

- `new` (method): Build workspaces on one server.
- `plan` (method): Describe what building this workspace would do, without doing it.
- `build` (method): Create the session a workspace describes, and return it.
