Add C FFI bindings

This commit is contained in:
Jackson Coxson 2022-06-25 15:05:28 -06:00
parent 8cee210ccb
commit f1275fc0d8
6 changed files with 429 additions and 2 deletions

View file

@ -32,3 +32,4 @@ default = [ "bin" ]
bin = [ "clap", "pretty_env_logger", "pcap", "tokio/rt-multi-thread" ]
[lib]
crate-type = [ "rlib", "staticlib" ]