docs: update README.md #59
Annotations
3 warnings
Coverage:
packages/iocraft/src/terminal.rs#L422
use of deprecated function `terminal::stdout_is_tty`: Users should use the `std::io::IsTerminal` trait instead.
|
Checks (ubuntu-latest):
packages/iocraft/src/terminal.rs#L422
use of deprecated function `terminal::stdout_is_tty`: Users should use the `std::io::IsTerminal` trait instead.
|
Checks (windows-latest):
packages/iocraft/src/terminal.rs#L422
use of deprecated function `terminal::stdout_is_tty`: Users should use the `std::io::IsTerminal` trait instead.
|