sa3p-host-impl 0.1.3

Local filesystem and terminal host backends for sa3p-engine.
Documentation
1
2
3
4
5
6
7
8
9
10
# sa3p-host-impl

Local host backends for `sa3p-engine` traits.

## Features

- `LocalVfs`: atomic writes, hashing, ignore-aware tree listing.
- `LocalTerminal`: shell execution, timeout-based detachment, and unix signal support.

This crate is intended as the default local runtime backend for SA3P-Lib.