Daniel Sanchez d320e55701
Node management (#5)
* Add modules

* Implemented waku config struct

* Implemented waku management functions

* Use optional config in waku_new

* Added config docs

* Fix tests

* Dbg error on gh actions

* Added fail result to dbg

* Removed gh actions dbg

* NodeConfig -> WakuNodeConfig

* Removed duplicated test

* Implemented safety layer on top of node

* Add exclusive running test

* Use static instead of const for global flag

* Do not allow for double initialization

* Update submodule to latest master commit with responses fixes

* Merge tests
2022-10-03 15:21:19 +02:00
2022-09-28 15:45:26 +02:00
2022-10-03 15:21:19 +02:00
2022-10-03 15:21:19 +02:00
2022-09-21 16:06:27 +02:00
2022-09-21 16:09:32 +02:00
2022-10-03 15:21:19 +02:00
2022-09-21 16:06:27 +02:00
2022-09-23 08:47:28 +02:00

Waku Rust binding

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

Description
Rust wrapper over go-waku ffi
Readme
Languages
Rust 100%