Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 266 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 266 Bytes

RADIUS client

This aims to be a full Rust RADIUS client
Any contribution is appreciated

Running the tests

  • Install Docker and Docker Compose.
  • Run make. This will drop you into a Bash shell in a container.
  • Inside the container, run cargo test.