Skip to content

0.9.2

Choose a tag to compare

@github-actions github-actions released this 10 Jan 15:38
· 7 commits to main since this release

Reorganize Rust code with modular utilities (matching JS pattern)

  • Extract trace.rs (152 lines) - Logging and tracing utilities
  • Extract ansi.rs (194 lines) - ANSI escape code handling
  • Extract quote.rs (161 lines) - Shell quoting utilities
  • Update utils.rs to re-export from new modules and focus on CommandResult/VirtualUtils
  • Update lib.rs with new module declarations and re-exports

The Rust structure now mirrors the JavaScript modular organization for consistency.
All modules remain well under the 1500-line limit guideline.

Related Pull Request: #152


npm version