agnostic-process 0.3.0

Agnostic abstraction layer of `std::process` for any async runtime.
Documentation

Agnostic abstraction layer of std::process for any async runtime.

Introduction

Agnostic abstraction layer of std::process for any async runtime.

Builtin supports runtimes:

  • tokio
  • smol

Installation

[dependencies]
agnostic-process = "0.3"
  • tokio

    agnostic-process = { version = "0.3", features = ["tokio"] }
    
  • smol

    agnostic-process = { version = "0.3", features = ["smol"] }
    

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.