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

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

#605 in Asynchronous

Download history 764/week @ 2025-01-29 296/week @ 2025-02-05 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

2,352 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–12MB
~155K SLoC