filterm 0.2.5

Filter terminal data to and from a child process
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.nix]
default-features = false
features = ["fs", "ioctl", "poll", "process", "signal", "term"]
version = "0.24"

[package]
description = "Filter terminal data to and from a child process"
documentation = "https://docs.rs/filterm"
edition = "2018"
keywords = ["terminal", "filter", "unix", "linux"]
license = "GPL-3.0-or-later"
name = "filterm"
readme = "misc/crate-readme.md"
repository = "https://github.com/taylordotfish/filterm"
version = "0.2.5"