#abstraction-layer #async-process #sansio #async #async-std #run-time-agnostic #smol #tokio #sans-io

agnostic-process

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

4 releases

Uses new Rust 2024

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

#1071 in Asynchronous

Download history 36/week @ 2025-02-12 999/week @ 2025-02-19 983/week @ 2025-02-26 269/week @ 2025-03-05 98/week @ 2025-03-12 73/week @ 2025-03-19 98/week @ 2025-03-26 148/week @ 2025-04-02 87/week @ 2025-04-09 89/week @ 2025-04-16 75/week @ 2025-04-23 44/week @ 2025-04-30 33/week @ 2025-05-07 39/week @ 2025-05-14 28/week @ 2025-05-21 47/week @ 2025-05-28

156 downloads per month
Used in 7 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–13MB
~147K SLoC