prey 0.1.3

PREY: A high-performance Packet Routing Engine Yield and Proxy framework.
Documentation

# PREY (Packet Routing Engine Yield)

**PREY** is a high-performance, asynchronous networking framework written in Rust. 
It is designed to be a robust engine for packet routing, reverse proxies, and user-space security layers.

> This project is in early development stages!

## Vision
To provide a modular and memory-safe infrastructure for:
- Layer 4/7 Reverse Proxying
- High-throughput Load Balancing (Prey-Proxy)
- User-space Firewalls (Prey-Fire)

## What is done so far?
- ### Buffer Module
  - Buffer Pool Structure and functionality
    - Creation and buffers sectorization
  - Buffer Structure and functionality
    - Reading, Writing and Editing data functions.


Created by **Renan Machado Santos**. Built for performance.

[![Crates.io](https://img.shields.io/crates/v/prey.svg)](https://crates.io/crates/prey)
[![Documentation](https://docs.rs/prey/badge.svg)](https://docs.rs/prey)