Skip to content

Commit

Permalink
Merge pull request #24 from zhiburt/new_api
Browse files Browse the repository at this point in the history
draft of a possible solution to the #14 issue and changes in public interface
  • Loading branch information
philippkeller authored Jun 14, 2020
2 parents 6702998 + d8b0f20 commit f07478a
Show file tree
Hide file tree
Showing 4 changed files with 266 additions and 168 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add this to your `Cargo.toml`

```toml
[dependencies]
rexpect = "0.3"
rexpect = "0.4"
```

Simple example for interacting via ftp:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pub mod session;
pub mod reader;

pub use session::{spawn, spawn_bash, spawn_python, spawn_stream};
pub use reader::ReadUntil;
pub use reader::{Until};

pub mod errors {
use std::time;
Expand Down
Loading

0 comments on commit f07478a

Please sign in to comment.