Skip to content

feat(wind-tuic): add SimpleUdpChannel to replace AbstractUdpSocket #1

feat(wind-tuic): add SimpleUdpChannel to replace AbstractUdpSocket

feat(wind-tuic): add SimpleUdpChannel to replace AbstractUdpSocket #1

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
uses: rust-proxy/workflows/.github/workflows/rust-build.yml@main
with:
packages: "wind"
run-tests: true
only-clippy-tests-on-pr: true