Files
neon/libs/walproposer
Arthur Petukhovsky 3840d6b18b Clean up C API
2023-06-01 09:38:07 +00:00
..
2023-06-01 09:38:07 +00:00
2023-05-31 16:55:16 +00:00
2023-05-31 21:06:47 +00:00
2023-06-01 09:38:07 +00:00
2023-05-31 21:06:47 +00:00
2023-05-31 16:55:16 +00:00
2023-05-31 21:06:47 +00:00
2023-05-31 13:19:41 +00:00
2023-06-01 09:38:07 +00:00
2023-06-01 09:38:07 +00:00

walproposer Rust module

Rust -> C

We compile walproposer as a static library and generate Rust bindings for it using bindgen. Entrypoint header file is bindgen_deps.h.

C -> Rust

We use cbindgen to generate C bindings for the Rust code. They are stored in rust_bindings.h.

How to run the tests

export RUSTFLAGS="-C default-linker-libraries"