agnostic-process

Crates.ioagnostic-process
lib.rsagnostic-process
version0.2.2
created_at2025-01-29 08:30:10.435589+00
updated_at2025-02-24 12:05:52.895693+00
descriptionAgnostic abstraction layer of `std::process` for any async runtime.
homepagehttps://github.com/al8n/agnostic
repositoryhttps://github.com/al8n/agnostic
max_upload_size
id1534486
size85,039
Al Liu (al8n)

documentation

README

Agnostic Process

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

github LoC Build codecov

docs.rs crates.io crates.io license

Introduction

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

Builtin supports runtimes:

  • tokio
  • async-std
  • smol

Installation

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

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

    agnostic-process = { version = "0.1", features = ["smol"] }
    
  • async-std

    agnostic-process = { version = "0.1", features = ["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.

Commit count: 173

cargo fmt