6 releases

Uses old Rust 2015

0.3.2 Feb 17, 2022
0.3.1 Mar 13, 2021
0.3.0 May 16, 2020
0.2.0 May 12, 2020
0.1.1 Oct 19, 2017

#1356 in Cryptography

Download history 888/week @ 2023-12-10 1006/week @ 2023-12-17 338/week @ 2023-12-24 694/week @ 2023-12-31 1207/week @ 2024-01-07 921/week @ 2024-01-14 946/week @ 2024-01-21 1383/week @ 2024-01-28 1289/week @ 2024-02-04 1551/week @ 2024-02-11 1315/week @ 2024-02-18 1199/week @ 2024-02-25 1402/week @ 2024-03-03 878/week @ 2024-03-10 1168/week @ 2024-03-17 1105/week @ 2024-03-24

4,639 downloads per month
Used in 19 crates (8 directly)

Custom license

48KB
804 lines

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.1.1"

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.

Dependencies

~1MB
~21K SLoC