async-tun 0.10.1

Asynchronous allocation of TUN/TAP devices using async-std
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Build

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]

jobs:
  linux:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: Build the crate
      run: cargo build -j`nproc`