ssh_mux_format 0.4.7

Data format used to communicate with openssh mux server.
Documentation
name: Rust

on: [push, pull_request]

env:
  CARGO_TERM_COLOR: always

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - name: Run tests
      run: |
        cargo test
        cargo test --all-features
        cargo check
        cargo fmt --all -- --check
        cargo clippy