Skip to content

ShagaDAO/iroh-c-ffi

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Rust 56.4%
  • C 43.1%
  • Makefile 0.5%