ssh-key 0.1.0

Pure Rust implementation of SSH key file format decoders/encoders as described in RFC4253 and RFC4716 as well as the OpenSSH key formats. Supports "heapless" `no_std` embedded targets with an optional `alloc` feature (Ed25519 and ECDSA only)
Documentation

ssh-key

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 3 feature flags, 2 of them enabled by default.

default

alloc (default)

This feature flag does not enable additional features.

sec1 (default)

This feature flag does not enable additional features.

std