Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 321 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 321 Bytes

iroh C FFI

FFI bindings for iroh.

Running Example

> cargo build
> cc -o main{,.c} -L target/debug -l iroh_c_ffi -lSystem -lc -lm

# Server
> ./main server

# Client
> ./main client

Building C-headers

> cargo run --features headers --bin generate_headers