Skip to content

improve docs and refactor stream #76

improve docs and refactor stream

improve docs and refactor stream #76

Workflow file for this run

name: Rust
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose
- name: Build with Rusttls
run: cargo build --verbose --no-default-features --features rust-tls
- name: Run tests
run: cargo test --verbose