Crates.io | sshkeys |
lib.rs | sshkeys |
version | 0.3.3 |
source | src |
created_at | 2017-10-19 08:12:58.370867 |
updated_at | 2024-04-28 08:39:41.942805 |
description | Rust library for parsing OpenSSH certificates and public keys |
homepage | |
repository | https://github.com/dnaeon/rust-sshkeys |
max_upload_size | |
id | 36175 |
size | 114,634 |
The sshkeys
crate is a Rust library, which provides types and methods for
parsing OpenSSH public keys and certificates.
In order to use this crate in your project, simply add the following to your
Cargo.toml
file.
[dependencies]
sshkeys = "0.3.3"
In order to test this crate locally, execute the following command.
$ cargo test
The sshkeys
crate has documentation, which you can build and view locally.
$ cargo doc --open
For examples on how to use this crate, please refer to the examples
directory.
In order to run an example, simply execute the following command.
$ cargo run --example <example-name>
The sshkeys
crate is hosted on Github.
Please contribute by reporting issues, suggesting features or by
sending patches using pull requests.
This project is Open Source and licensed under the BSD License.