For anyone interested here is a link to another WIP implementation of Waku in rust.
It is behind this one in that it does not have the relay / gossipsub stuff, only the light node protocols. But it uses a more up-to-date version of libp2p and the latest versions of waku protocol messages.
For anyone interested here is a link to another WIP implementation of Waku in rust.
It is behind this one in that it does not have the relay / gossipsub stuff, only the light node protocols. But it uses a more up-to-date version of libp2p and the latest versions of waku protocol messages.
https://github.com/LesnyRumcajs/waku-oxidized
It would be amazing if someone wanted to take these further to have a fully working waku implementation in rust