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
[dependencies.nix]
version = "0.21.0"

[package]
authors = ["Maxim Zhiburt <zhiburt@gmail.com>"]
categories = ["development-tools", "command-line-interface"]
description = "A library to work with PTY/TTY on Unix systems"
documentation = "https://docs.rs/ptyprocess"
edition = "2018"
homepage = "https://github.com/zhiburt/ptyprocess"
keywords = ["pty", "tty", "terminal"]
license = "MIT"
name = "ptyprocess"
readme = "README.md"
repository = "https://github.com/zhiburt/ptyprocess"
version = "0.3.0"