start work on prudp v0

This commit is contained in:
Maple 2026-01-07 20:33:29 +01:00
commit 4d4fc6c7bf
10 changed files with 160 additions and 7 deletions

7
prudpv0/Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "prudpv0"
version = "0.1.0"
edition = "2024"
[dependencies]
rnex-core = { path = "../rnex-core", version = "0.1.1" }

0
prudpv0/src/lib.rs Normal file
View file