We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd0578 commit 34e9ff3Copy full SHA for 34e9ff3
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