async-stream-connection 1.0.1

AsyncRead and AsyncWrite on TCP as well as Unix sockets.
Documentation
name: TestsOnWindows

on:
  push:
    branches: [ main ]
  pull_request:
    branches: [ main ]

env:
  CARGO_TERM_COLOR: always

jobs:
  build:

    runs-on: windows-latest

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