FFI bindings for iroh.
> cargo build
> cc -o main{,.c} -L target/debug -l iroh_c_ffi -lSystem -lc -lm
# Server
> ./main server
# Client
> ./main client
> cargo run --features headers --bin generate_headers
FFI bindings for iroh.
> cargo build
> cc -o main{,.c} -L target/debug -l iroh_c_ffi -lSystem -lc -lm
# Server
> ./main server
# Client
> ./main client
> cargo run --features headers --bin generate_headers