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

agnostic-process

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

4 releases

0.2.2 Feb 24, 2025
0.2.1 Jan 31, 2025
0.2.0 Jan 30, 2025
0.1.0 Jan 29, 2025

#775 in Asynchronous

Download history 711/week @ 2025-01-27 274/week @ 2025-02-03 101/week @ 2025-02-10 5/week @ 2025-02-17

1,091 downloads per month
Used in 6 crates (via agnostic)

MIT/Apache

78KB
1.5K SLoC

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.

Dependencies

~0.5–12MB
~147K SLoC