waku-org / waku-rust-bindings

Rust wrapper over go-waku ffi
14 stars 6 forks source link

refactor: use callbacks #74

Closed richard-ramos closed 8 months ago

richard-ramos commented 9 months ago

To avoid having to call a function to free allocs, go-waku and nwaku are now using callbacks. This PR updates the code to match the new API