nf 0.1.0

A port of the netfilter framework written entirely in rust.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "nf"
description = "A port of the netfilter framework written entirely in rust."
license = "MIT"
repository = "https://github.com/nullorigin/nf.git"
version = "0.1.0"
edition = "2024"

[dependencies]
libc = "0.2.174"