Adding ssh_format library as a dependency
Run this command in a terminal, in your project's directory:
cargo add ssh_format
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
ssh_format = "0.14.1"
The ssh_format library will be automatically available globally.
Read the ssh_format library documentation.