We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9cd0578 + 34e9ff3 commit 2757969Copy full SHA for 2757969
src/process.rs
@@ -38,3 +38,6 @@ pub use async_process::ChildStdout;
38
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
39
#[doc(inline)]
40
pub use async_process::Command;
41
+
42
+// Re-export functions.
43
+pub use std::process::{abort, exit, id};
0 commit comments