5 releases

Uses old Rust 2015

0.1.4 Apr 7, 2020
0.1.3 May 31, 2018
0.1.2 May 30, 2018
0.1.1 Apr 2, 2018
0.1.0 Dec 27, 2016

#2110 in Parser implementations

Download history 21/week @ 2023-11-20 11/week @ 2023-11-27 4/week @ 2023-12-04 64/week @ 2023-12-11 25/week @ 2023-12-18 15/week @ 2023-12-25 5/week @ 2024-01-08 9/week @ 2024-02-05 37/week @ 2024-02-12 77/week @ 2024-02-19 53/week @ 2024-02-26 17/week @ 2024-03-04

185 downloads per month
Used in 5 crates (4 directly)

MIT/Apache

22KB
424 lines

SSH Keys Crate

Docs | Github | Crate

Pure SSH implementation of the parser of the SSH keys, both public and private.

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

Public and private key parser

The only key format supported so far is openssh.

Docs | Github | Crate

Dependencies

~425KB