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§
- Module contains RADIUS Client implementation and related traits definitions
- Async RADIUS Server/Client Disabled
- RADIUS protocol implementation
- Module contains RADIUS Generic Server implementation and related traits definitions
- 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