txtview 0.1.3

A lightweight terminal text viewer with scrolling, wrapping, line numbers, and an optional interactive scrollbar
Documentation
1
2
3
4
5
6
msrv = "1.85"

disallowed-methods = [
    { path = "std::process::exit", reason = "skips the terminal-restore Drop guard" },
    { path = "std::process::abort", reason = "skips the terminal-restore Drop guard" },
]