Daniel Sanchez 94e643a250
Implement remaning stack (#9)
* Wrapped lightpush

* Optional signing key on relay a/symmetric publish

* Added lightpush docs

* Implemented filter methods wrappers

* Implemented store methods wrappers

* WakuHandle docs

* Plumbing filter, lightpush and store into node

* Callback RwLock -> Mutex

* Removed wrong todo

* Docs modules titles and links

* Missing link

* Implemented message decoding

* Decrypt docs header

* Added message and payload todos

* Added missing structs fields exposures and constructors

* Payload as base64

* Deserialize base64 encoded strings
Use proper types on payload

* Added MessageIndex type doc header

* Added missing documentation

* Added main lib header doc
2022-10-09 16:50:40 +02:00
2022-09-28 15:45:26 +02:00
2022-10-09 16:50:40 +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-09 16:50:40 +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%