| Crates.io | agnostic-process |
| lib.rs | agnostic-process |
| version | 0.3.0 |
| created_at | 2025-01-29 08:30:10.435589+00 |
| updated_at | 2025-11-04 03:05:04.04476+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 | 73,235 |
Agnostic abstraction layer of std::process for any async runtime.
Builtin supports runtimes:
tokiosmol[dependencies]
agnostic-process = "0.3"
tokio
agnostic-process = { version = "0.3", features = ["tokio"] }
smol
agnostic-process = { version = "0.3", features = ["smol"] }
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.