nwaku/examples/rust
richΛrd 1e2aa57a26
chore: android support (#2554)
2024-05-21 21:00:22 -04:00
..
src chore: android support (#2554) 2024-05-21 21:00:22 -04:00
Cargo.lock chore(cbindings): cbindings rust simple libwaku integration example (#2089) 2024-02-26 16:48:05 +01:00
Cargo.toml chore(cbindings): cbindings rust simple libwaku integration example (#2089) 2024-02-26 16:48:05 +01:00
README.md chore(cbindings): cbindings rust simple libwaku integration example (#2089) 2024-02-26 16:48:05 +01:00
build.rs chore(cbindings): cbindings rust simple libwaku integration example (#2089) 2024-02-26 16:48:05 +01:00

README.md

This represents a very simple example on how to integrate the libwaku library in Rust, and then, only a few libwaku functions are being wrapped.

In waku-rust-bindings you will find a complete Waku integration in Rust.