agnostic-process is an async runtime agnostic version std::process.
Introduction
agnostic-process is an async runtime agnostic version std::process.
Builtin supports runtimes:
tokioasync-stdsmol
Installation
[]
= "0.1"
-
tokio= { = "0.1", = ["tokio"] } -
smol= { = "0.1", = ["smol"] } -
async-std= { = "0.1", = ["async-std"] }
License
agnostic-process is under the terms of both the MIT license and the
Apache License (Version 2.0).
See LICENSE-APACHE, LICENSE-MIT for details.
Copyright (c) 2025 Al Liu.