Skip to content

Commit f07478a

Browse files
Merge pull request #24 from zhiburt/new_api
draft of a possible solution to the #14 issue and changes in public interface
2 parents 6702998 + d8b0f20 commit f07478a

File tree

4 files changed

+266
-168
lines changed

4 files changed

+266
-168
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add this to your `Cargo.toml`
2222

2323
```toml
2424
[dependencies]
25-
rexpect = "0.3"
25+
rexpect = "0.4"
2626
```
2727

2828
Simple example for interacting via ftp:

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pub mod session;
8383
pub mod reader;
8484

8585
pub use session::{spawn, spawn_bash, spawn_python, spawn_stream};
86-
pub use reader::ReadUntil;
86+
pub use reader::{Until};
8787

8888
pub mod errors {
8989
use std::time;

0 commit comments

Comments
 (0)