feat: added zig loaders for unix and refactor

This commit is contained in:
Andrew Rioux
2025-01-21 00:41:42 -05:00
parent 5ee8802607
commit 489b1d380f
15 changed files with 225 additions and 21 deletions

1
sparse-beacon/src/lib.rs Normal file
View File

@@ -0,0 +1 @@
pub fn run_beacon_step() {}

View File

@@ -1,6 +0,0 @@
fn main() {
let interfaces = pcap_sys::PcapDevIterator::new().unwrap();
for interface in interfaces {
println!("Found interface: {interface}");
}
}