#run-time #async #abstraction-layer #agnostic #sansio #sans

agnostic-process

Sans-I/O abstraction layer of std::process for any async runtime

2 unstable releases

new 0.2.0 Jan 30, 2025
0.1.0 Jan 29, 2025

#775 in Asynchronous

Download history

93 downloads per month
Used in 6 crates (via agnostic)

MIT/Apache

78KB
1.5K SLoC

Agnostic Process

Sans-I/O abstraction layer of std::process for any async runtime.

github LoC Build codecov

docs.rs crates.io crates.io license

Introduction

Sans-I/O 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.

Dependencies

~0.5–12MB
~145K SLoC