Files
neon/libs/walproposer
Arthur Petukhovsky 2fd351fd63 Hide debug logs
2023-08-29 10:05:18 +00:00
..
2023-08-29 10:05:18 +00:00
2023-08-17 10:36:23 +00:00
2023-08-03 16:58:41 +00:00
2023-08-03 16:58:41 +00:00
2023-08-03 16:58:41 +00:00
2023-08-23 10:10:11 +00:00
2023-08-24 17:25:44 +00:00
2023-05-31 13:19:41 +00:00
2023-08-22 23:15:46 +00:00
2023-08-29 09:03:22 +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"