Rust wrapper over go-waku ffi
Go to file
Daniel Sanchez 7ce8cadaa5
Ci and multiplatform build (#2)
* Make go discoverable in unix systems

* Refactor build script

* Fix which path

* Fix typo in error message

* Added gh actions ci

* Fix lib_dir path

* Use checkout v3

* Use recursive submodules

* Filter branches
Use submodule force update

* Use git directly instead of action

* Build go with relative paths

* Added missing cargo config file

* Use target os instead of family

* Add targets to matrix

* Try to use default for target

* Set toolchain

* Fix toolchain matrix
2022-09-28 15:45:26 +02:00
.cargo Ci and multiplatform build (#2) 2022-09-28 15:45:26 +02:00
.github/workflows Ci and multiplatform build (#2) 2022-09-28 15:45:26 +02:00
waku Make c bindings from go lib build, compile and link 2022-09-22 15:13:16 +02:00
waku-sys Ci and multiplatform build (#2) 2022-09-28 15:45:26 +02:00
.gitignore Main project structure 2022-09-21 16:06:27 +02:00
.gitmodules Moved go-waku submodule to v0.2.2 2022-09-21 16:09:32 +02:00
Cargo.lock Make c bindings from go lib build, compile and link 2022-09-22 15:13:16 +02:00
Cargo.toml Main project structure 2022-09-21 16:06:27 +02:00
README.md Tiny docs 2022-09-23 08:47:28 +02:00

README.md

Waku Rust binding

Rust layer on top of go-waku c ffi bindings.