radius-parser 0.3.0

Parser for the RADIUS protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# radius-parser

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE-MIT)
[![Apache License 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE-APACHE)
[![Build Status](https://travis-ci.org/rusticata/radius-parser.svg?branch=master)](https://travis-ci.org/rusticata/radius-parser)
[![Crates.io Version](https://img.shields.io/crates/v/radius-parser.svg)](https://crates.io/crates/radius-parser)

## Overview

radius-parser is a parser for the RADIUS protocol.

It is mostly a test parser for nom-written parsers. If you use it and need more features, please open an issue.

## License

This library is licensed under either the MIT license, or the Apache License, Version 2.0.