https://github.com/rusticata/radius-parser
RADIUS zero-copy parser written in pure rust
https://github.com/rusticata/radius-parser
Last synced: 29 days ago
JSON representation
RADIUS zero-copy parser written in pure rust
- Host: GitHub
- URL: https://github.com/rusticata/radius-parser
- Owner: rusticata
- License: apache-2.0
- Created: 2017-03-10T09:32:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T11:48:13.000Z (over 3 years ago)
- Last Synced: 2025-03-29T17:34:06.517Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 44.9 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# radius-parser
[](./LICENSE-MIT)
[](./LICENSE-APACHE)
[](https://travis-ci.org/rusticata/radius-parser)
[](https://crates.io/crates/radius-parser)## Overview
radius-parser is a parser for the Radius protocol.
This crate mostly serves as a demo/example crate for network protocol parsers written using nom, and nom-derive.
## License
Licensed under either of
* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.