rust implementation, fast enough it looks

This commit is contained in:
devdesk
2024-02-15 23:24:22 +02:00
parent d661bf27ae
commit acf9b2c4c4
3 changed files with 525 additions and 9 deletions

View File

@@ -11,7 +11,9 @@ crate-type = ["rlib", "cdylib"]
[dependencies]
anyhow = "1.0.77"
egui = "0.26.2"
indicatif = "0.17.7"
pcap = { version = "1.2.0", features = ["capture-stream"] }
pcap-parser = { version = "0.14.1", features = ["data"] }
png = "0.17.10"
pyo3 = { version = "0.20.0", "features" = ["extension-module"] }