1
0
Fork
You've already forked pty-closure-rs
0
Run a closure (or function) in a pseudoterminal
  • Rust 100%
2025年08月12日 02:03:22 -07:00
src chore: move lints to Cargo.toml, fix new lints 2025年08月12日 01:40:18 -07:00
.gitignore chore: update edition and dependencies, commit Cargo.lock 2025年08月12日 01:25:12 -07:00
Cargo.lock chore: bump version 2025年08月12日 02:03:22 -07:00
Cargo.toml chore: bump version 2025年08月12日 02:03:22 -07:00
LICENSE Initial commit 2022年02月28日 16:27:01 -08:00
Makefile.toml chore: add CI, makefile; update gitignore 2022年02月28日 17:55:00 -08:00
README.md doc: add links to status badges 2022年02月28日 18:46:16 -08:00

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.