anvil-ssh 1.1.0

Pure-Rust SSH stack for Git tooling: transport, keys, signing, agent. Foundation library extracted from Spacecraft-Software/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