Expand description
RADIUS protocol implementation
dictionary
module - represents RADIUS dictionary, that hold all attributes which are to be
used by RADIUS Client & Server
radius_packet
module - represents an actual RADIUS packet, that is to be sent from RADIUS
Client to RADIUS Server and/or RADIUS Server to RADIUS Client
error
module - represents custom errors defined for radius-rust
crate
Modulesยง
- dictionary
- RADIUS Dictionary implementation
- error
- Custom errors that are used in radius-rust crate to notify users of RADIUS specific error states
- radius_
packet - RADIUS Packet implementation