Signed-off-by: moznion <moznion@mail.moznion.net>
This commit is contained in:
moznion
2021-05-31 23:44:05 +09:00
parent ae68d13974
commit 1cc7e0320e

View File

@@ -1,6 +1,6 @@
# radius-rs [![Check](https://github.com/moznion/radius-rs/workflows/Check/badge.svg)](https://github.com/moznion/radius-rs/actions) [![crates.io](https://img.shields.io/crates/v/radius.svg)](https://crates.io/crates/radius)
An async/await native implementation of the RADIUS server and client for Rust.
An async/await native implementation of the RADIUS server and client for Rust. And this also can be used for parsing/constructing (i.e. decoding/encoding) purposes as a RADIUS library.
## Description