yazi/yazi-shared
adiraj66132 f94b474364 fix: reject SFTP connection on host key verification error and panic on SFTP URL rebase
- `check_server_key` now rejects (rather than silently accepting) when
  known_hosts cannot be read or parsed, so a corrupt/unreadable file no
  longer disables host-key verification.
- `UrlBuf::rebase` no longer hits `todo!()` for SFTP URLs; it rebases via
  a typed `UnixPath` base, matching the other URL variants.
2026-07-12 10:56:08 +05:30
..
src fix: reject SFTP connection on host key verification error and panic on SFTP URL rebase 2026-07-12 10:56:08 +05:30
Cargo.toml feat: experimental %y, %Y, %t, %T, %yN, %YN, %tN, %TN shell formatting parameters (#4108) 2026-07-08 17:04:12 +08:00
README.md docs: document the applicability of all yazi-* crates (#3345) 2025-11-20 09:00:01 +08:00

yazi-shared

This crate is part of Yazi, and it is not supposed to be used outside, as there are no guarantees about the stability of its API.