Find
C
ase-sensitive
R
egexp search
Path
Showing
0d500ceb
from
2026-06-03
:
Bug
2044620
- Port bug
1812669
: Consider adding a Show Time Picker button to the <input type=time>. r=babolivier DONTBUILD
comm-central
/
third_party
/
rust
/
atty
/
src
Navigation
Enable keyboard shortcuts
Name
Description
Size
Coverage
lib.rs
atty is a simple utility that answers one question > is this a tty? usage is just as simple ``` if atty::is(atty::Stream::Stdout) { println!("i'm a tty") } ``` ``` if atty::isnt(atty::Stream::Stdout) { println!("i'm not a tty") } ```
5460
-