Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cedric05/ppv2-rust


https://github.com/cedric05/ppv2-rust

Last synced: about 1 month ago
JSON representation

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"