abol-parser 0.1.0

A fast packet parser for the RADIUS protocol.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "abol-parser"
version = "0.1.0"
publish = true 
description = "A fast packet parser for the RADIUS protocol."
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
rust-version = { workspace = true }
repository = { workspace = true }

[dependencies]
anyhow = { workspace = true }
thiserror = { workspace = true }