From f3e8046eff473aa9bf940b7fbd156cf3dfbfa352 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 23 Feb 2021 00:17:01 -0500 Subject: also create separate pty structs per backend for now, they are identical, but i will change them to be specialized next --- src/async_std.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/async_std.rs (limited to 'src/async_std.rs') diff --git a/src/async_std.rs b/src/async_std.rs new file mode 100644 index 0000000..e91a18d --- /dev/null +++ b/src/async_std.rs @@ -0,0 +1,2 @@ +pub type Child = + crate::command::Child; -- cgit v1.2.3-54-g00ecf