Crate radius_rust

Source
Expand description

Pure Rust implementation of RADIUS Protocol/Client/Server

If you want to built RADIUS Server, a good starting point is to look inside examples/*_radius_server.rs

If you want to build RADIUS Client, a good starting point is to look inside examples/*_radius_client.rs

Re-exports§

pub use client::client::Client;
pub use client::SyncClientTrait;
pub use server::server::Server;
pub use server::SyncServerTrait;

Modules§

client
Module contains RADIUS Client implementation and related traits definitions
features
Async RADIUS Server/Client Disabled
protocol
RADIUS protocol implementation
server
Module contains RADIUS Generic Server implementation and related traits definitions
tools
Various helper functions, that are used by RADIUS Client & Server to encode/decode information inside RADIUS packet They are also available to crate users to prepare data before it is packed into RADIUS packet