anvil-ssh 1.0.1

Pure-Rust SSH stack for Git tooling: transport, keys, signing, agent. Foundation library extracted from Steelbore/Gitway.
Documentation
1
2
3
4
# Normalize all text files to LF in the repo and on checkout.
# Anvil is a Linux-first Rust crate with no Windows-native scripts,
# so a single line-ending policy keeps diffs clean across platforms.
* text=auto eol=lf