Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cedric05/ppv2-rust
https://github.com/cedric05/ppv2-rust
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cedric05/ppv2-rust
- Owner: cedric05
- License: apache-2.0
- Created: 2024-11-24T09:12:59.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-24T09:34:41.000Z (about 1 month ago)
- Last Synced: 2024-11-24T10:25:44.508Z (about 1 month ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ppv2-rust
Parse ppv2 header using Rust.
## Overview
This project provides a Rust library for parsing Proxy Protocol v2 (PPv2) headers. The library includes functions to parse both IPv4 and IPv6 address sections of the PPv2 header.
## Features
- Parse PPv2 headers
- Parse IPv4 address sections
- Parse IPv6 address sections## Usage
Add this to your `Cargo.toml`:
```toml
[dependencies]
ppv2-rust = "0.1.0"