nwaku/examples/rust
Ivan FB 3faffdbcaa
chore: libwaku - allow to properly set the log level in libwaku and unify a little (#2708)
* waku.nimble: set properly chronicles compilation flags for static libwaku
* adapt examples to new log setup
2024-05-17 16:28:54 +02:00
..
src chore: libwaku - allow to properly set the log level in libwaku and unify a little (#2708) 2024-05-17 16:28:54 +02: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.