perl-subprocess-runtime 0.12.2

Shared subprocess execution abstraction with OS and mock runtimes
Documentation
1
2
3
4
5
6
7
8
9
# perl-subprocess-runtime

Shared subprocess execution primitives for Perl LSP ecosystem crates.

Provides:

- `SubprocessRuntime` trait
- `OsSubprocessRuntime` implementation (non-WASM)
- `mock` module for deterministic tests