You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The maintainer of atty has published an official notice that the crate is no longer
under development, and that users should instead rely on the functionality in the standard library's IsTerminal trait.
Alternative(s)
std::io::IsTerminal - Stable since Rust 1.70.0 and the recommended replacement per the atty maintainer.
is-terminal - Standalone crate supporting Rust older than 1.70.0
The text was updated successfully, but these errors were encountered:
FWIW, it's a criterion dependency, which is used by the benchmark tool/test. The atty dependency has been switched to is-terminal on their side on their 0.5.0 release (we are relying on the 0.2.11).
atty
0.2.14
The maintainer of
atty
has published an official notice that the crate is no longerunder development, and that users should instead rely on the functionality in the standard library's
IsTerminal
trait.Alternative(s)
atty
maintainer.The text was updated successfully, but these errors were encountered: