rexpect 0.4.0

Interact with unix processes/bash the same way as pexpect or Don libes expect does
Documentation
[badges.travis-ci]
repository = "philippkeller/rexpect"
[dependencies.error-chain]
version = "0.12"

[dependencies.nix]
version = "0.14"

[dependencies.regex]
version = "1"

[dependencies.tempfile]
version = "3"

[package]
authors = ["Philipp Keller <philipp.keller@gmail.com>"]
categories = ["os::unix-apis"]
description = "Interact with unix processes/bash the same way as pexpect or Don libes expect does"
edition = "2018"
homepage = "https://github.com/philippkeller/rexpect"
keywords = ["pty", "automation", "testing", "expect", "pexpect"]
license = "MIT"
name = "rexpect"
readme = "README.md"
repository = "https://github.com/philippkeller/rexpect"
version = "0.4.0"