perl-subprocess-runtime 0.12.2

Shared subprocess execution abstraction with OS and mock runtimes
Documentation
  • Coverage
  • 100%
    33 out of 33 items documented0 out of 21 items with examples
  • Size
  • Source code size: 85.48 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.98 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 48s Average build duration of successful builds.
  • all releases: 33s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • EffortlessMetrics/perl-lsp
    6 1 104
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • EffortlessSteven

perl-subprocess-runtime

Shared subprocess execution primitives for Perl LSP ecosystem crates.

Provides:

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