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
name: Docs

on: [push, pull_request]

jobs:
  docs:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: dtolnay/rust-toolchain@stable
      - run: cargo doc --all-features --no-deps
      - run: cargo test --doc --all-features