Structsยง
- Env
- The resolved environment for one process run: the home-derived paths plus a
snapshot of the process environment variables. Built once via
Env::from_processand passed down by reference (orArc) rather than re-read on demand. - Paths
- Home-derived file locations under
~/.purpleand~/.ssh. One place that knows the on-disk layout; every consumer asks here instead of joining the home directory itself.