# rust-sshkeys **Repository Path**: mirrors_dnaeon/rust-sshkeys ## Basic Information - **Project Name**: rust-sshkeys - **Description**: Rust library for reading OpenSSH public keys and certificates - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## sshkeys - Rust library for parsing OpenSSH public keys and certificates [![Build Status](https://github.com/dnaeon/rust-sshkeys/actions/workflows/test.yaml/badge.svg)](https://github.com/dnaeon/rust-sshkeys/actions/workflows/test.yaml/badge.svg) [![Docs](https://docs.rs/sshkeys/badge.svg)](https://docs.rs/sshkeys/) 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. ```toml [dependencies] sshkeys = "0.3.4" ``` ## Tests In order to test this crate locally, execute the following command. ```bash $ cargo test ``` ## Documentation The `sshkeys` crate has documentation, which you can build and view locally. ```bash $ 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. ```bash $ cargo run --example ``` ## Contributions The `sshkeys` crate is hosted on [Github](https://github.com/dnaeon/rust-sshkeys). 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](http://opensource.org/licenses/BSD-2-Clause).