8000 GitHub - dnaeon/rust-sshkeys: Rust library for reading OpenSSH public keys and certificates
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dnaeon/rust-sshkeys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sshkeys - Rust library for parsing OpenSSH public keys and certificates

Build Status Docs

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"

Tests

In order to test this crate locally, execute the following command.

$ cargo test

Documentation

The sshkeys crate has documentation, which you can build and view locally.

$ cargo doc --open

Examples

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>

Contributions

The sshkeys crate is hosted on Github. Please contribute by reporting issues, suggesting features or by sending patches using pull requests.

License

This project is Open Source and licensed under the BSD License.

About

Rust library for reading OpenSSH public keys and certificates

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 5

Languages

0