A framework for network function development. Written in Rust, inspired by NetBricks and built on Intel's Data Plane Development Kit.
The project is currently undergoing heavy development. The goal is to offer an ergonomic framework for network function development that traditionally has high barriers of entry for engineers. We are building a tool to efficiently manipulate network packets while being type-safe, memory-safe, and thread-safe.
We are working on better documentation and a "Getting started" guide. For now, dig around the examples and see for yourself how easy it is to write a program that can filter, parse, and create network packets.