authorized_keys-rs

Parse and manipulate OpenSSH authorized_keys files.

Installation

Cargo.toml:

toml [features] authorized_keys = "0.9"

Features

Contributing

Requirements

Process

  1. Open an issue for the contribution you'd like to make
  2. Fork the repository, make your changes on a branch
  3. Add tests for new features
  4. Ensure just check passes locally
  5. Open a PR for the changes

Authors

License

Rustfmt is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.