Run a closure (or function) in a pseudoterminal
- Rust 100%
| src | chore: move lints to Cargo.toml, fix new lints | |
| .gitignore | chore: update edition and dependencies, commit Cargo.lock | |
| Cargo.lock | chore: bump version | |
| Cargo.toml | chore: bump version | |
| LICENSE | Initial commit | |
| Makefile.toml | chore: add CI, makefile; update gitignore | |
| README.md | doc: add links to status badges | |
pty-closure-rs
Audit workflow badge Checks workflow badge Clippy workflow badge Codecov coverage badge Crates.io license badge FOSSA Status
Run a closure (or function) in a pseudoterminal.
This crate only supports macOS, Linux, and BSD targets -- not Windows.
See docs.rs for documentation.