Daniel Sanchez aefe45ad65
Relay (#8)
* Refactor node -> management

* Pipe peers methods to waku node handle

* Added relay topic types

* Added content topic, update pubsub topic

* Relay create content/pubsub topic

* Impl Display for topics

* Added symmetric and asymmetric publish

* Implement relay subscriptions methods

* Impl Serialize/Deserialize for Content/Pubsub topic

* Missing serde de::Error import

* Fix enconding typo

* Derive clone for general types

* Plumb relay methods to node

* Add docs to node methods

* Methods should be thread-safe

* Missing thread-safe methods

* Implement send + sync for the node handle

* Stylish space
2022-10-06 15:51:00 +02:00
2022-09-28 15:45:26 +02:00
2022-10-06 15:51:00 +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-06 15:51:00 +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 nwaku ffi
Readme
Languages
Rust 99.6%
C 0.4%