Thanks to visit codestin.com
Credit goes to lib.rs

#termios #libc #stdout #stdin #stdio #repl

term_manager

Wrapper around libc::termios for fine-grained stdin/stdout control

4 releases

Uses new Rust 2024

0.1.3 Sep 20, 2025
0.1.2 Sep 16, 2025
0.1.1 Sep 15, 2025
0.1.0 Sep 14, 2025

#4 in #termios


Used in repl_lib

MIT license

6KB
118 lines

term_manager

Crates.io Version Crates.io Total Downloads GitHub License

Wrapper around libc::termios for fine-grained stdin/stdout control.

Example usage.

An demo REPL (built using term_manager and repl_lib) can be found here in the repl_demo crate.

Dependencies

~1.5MB
~37K SLoC