Skip to content

Replace subprocess with std::process::Command #695

@PsypherPunk

Description

@PsypherPunk

RustScan currently relies on the subprocess crate which hasn't been updated in 2 years.

With Command now in std, this would seem to be a likely—and cross-platform—replacement.

Note: as mentioned in #690, we need to make sure that stdout/stderr are correctly captured to avoid extraneous output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions