aboutsummaryrefslogtreecommitdiffstats
path: root/src/blocking/mod.rs
diff options
context:
space:
mode:
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;