feat: added zig loaders for unix and refactor
This commit is contained in:
1
sparse-beacon/src/lib.rs
Normal file
1
sparse-beacon/src/lib.rs
Normal file
@@ -0,0 +1 @@
|
||||
pub fn run_beacon_step() {}
|
||||
@@ -1,6 +0,0 @@
|
||||
fn main() {
|
||||
let interfaces = pcap_sys::PcapDevIterator::new().unwrap();
|
||||
for interface in interfaces {
|
||||
println!("Found interface: {interface}");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user