Rust wrapper over go-waku ffi
Go to file
Daniel Sanchez ba74c68c60
Events (#3)
* Added topics type aliases

* More general type aliases

* Implement event module

* Added public interface for WakuMessageEvent

* Skip fat pointers in event callback

* Nitpick and docs for set_event_callback
2022-09-29 15:17:52 +02:00
.cargo Ci and multiplatform build (#2) 2022-09-28 15:45:26 +02:00
.github/workflows Ci and multiplatform build (#2) 2022-09-28 15:45:26 +02:00
waku Events (#3) 2022-09-29 15:17:52 +02:00
waku-sys General types (#1) 2022-09-28 16:03:47 +02:00
.gitignore Main project structure 2022-09-21 16:06:27 +02:00
.gitmodules Moved go-waku submodule to v0.2.2 2022-09-21 16:09:32 +02:00
Cargo.lock General types (#1) 2022-09-28 16:03:47 +02:00
Cargo.toml Main project structure 2022-09-21 16:06:27 +02:00
README.md Tiny docs 2022-09-23 08:47:28 +02:00

README.md

Waku Rust binding

Rust layer on top of go-waku c ffi bindings.