quincy 0.14.0

QUIC-based VPN
Documentation
1
2
3
4
5
6
7
ignore:
  # Ignore all app entrypoints because they are not unit/integration tested
  - "src/bin"
  # Ignore all network related code because it cannot be unit/integration tested in CI
  - "src/network"
  # Command utilities
  - "src/utils/command"