mirror of
https://github.com/waku-org/waku-rust-bindings.git
synced 2025-02-19 10:07:08 +00:00
* 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