abol 0.1.0

A high-performance, asynchronous, dictionary-driven RADIUS framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Clippy

on: [push, pull_request]

jobs:
  clippy:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: dtolnay/rust-toolchain@stable
        with:
          components: clippy
      - uses: Swatinem/rust-cache@v2
      - run: cargo clippy --all-features --all-targets -- -D warnings