Crates.io | agnostic-process |
lib.rs | agnostic-process |
version | 0.2.2 |
created_at | 2025-01-29 08:30:10.435589+00 |
updated_at | 2025-02-24 12:05:52.895693+00 |
description | Agnostic abstraction layer of `std::process` for any async runtime. |
homepage | https://github.com/al8n/agnostic |
repository | https://github.com/al8n/agnostic |
max_upload_size | |
id | 1534486 |
size | 85,039 |
Agnostic abstraction layer of std::process
for any async runtime.
Builtin supports runtimes:
tokio
async-std
smol
[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"] }
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.