aboutsummaryrefslogtreecommitdiffstats
path: root/src/blocking/mod.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-30 23:14:55 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-30 23:14:55 -0500
commit09ff545fe44242734d5f6daf4a74946d2f04728d (patch)
tree79e5b7080dd58137020748fcaf15fb089493b864 /src/blocking/mod.rs
parenta5b7f59b19052b69f3ada89e4b07c1fb6dbfaf34 (diff)
downloadpty-process-09ff545fe44242734d5f6daf4a74946d2f04728d.tar.gz
pty-process-09ff545fe44242734d5f6daf4a74946d2f04728d.zip
docs
Diffstat (limited to 'src/blocking/mod.rs')
-rw-r--r--src/blocking/mod.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/blocking/mod.rs b/src/blocking/mod.rs
index cdf66da..17a0733 100644
--- a/src/blocking/mod.rs
+++ b/src/blocking/mod.rs
@@ -1,3 +1,6 @@
+//! Blocking equivalents for [`pty_process::Command`](crate::Command) and
+//! [`pty_process::Pty`](crate::Pty)
+
mod command;
pub use command::Command;
mod pty;