ptyprocess 0.3.0

A library to work with PTY/TTY on Unix systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ptyprocess"
version = "0.3.0"
authors = ["Maxim Zhiburt <zhiburt@gmail.com>"]
edition = "2018"
description = "A library to work with PTY/TTY on Unix systems"
repository = "https://github.com/zhiburt/ptyprocess"
documentation = "https://docs.rs/ptyprocess"
homepage = "https://github.com/zhiburt/ptyprocess"
license = "MIT"
readme = "README.md"
keywords = ["pty", "tty", "terminal"]
categories = ["development-tools", "command-line-interface"]

[dependencies]
nix = "0.21.0"