This website requires JavaScript.
Explore
Help
Sign In
waku-org
/
waku-rust-bindings
Watch
1
Star
0
Fork
0
You've already forked waku-rust-bindings
mirror of
https://github.com/waku-org/waku-rust-bindings.git
synced
2025-02-24 12:28:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
waku-rust-bindings
/
examples
/
Cargo.toml
8 lines
78 B
TOML
Raw
Normal View
History
Unescape
Escape
Chat example (#11) * Added main skeleton for toy-chat example * Implement chat example main block * Polish chat and add necessary fixes * Added author info to crates
2022-10-19 15:58:09 +02:00
[
workspace
]
members
=
[
Tic tac toe example (#104) * update nwaku vendor to v0.33.1 * build.rs: add negentropy dependency and cmdCount cmdLine dependencies * fix: call waku_setup when instantiating waku_new * Properly decode a Vec<Multiaddr> * First commit tic-tac-toe * adding some simple game logic to coordinate the turns a little * some logic to panic if a proper event callback hasn't been set * restoring back the type state pattern introduced by Richard * new PubsubTopic type * fix clippy issues --------- Co-authored-by: Richard Ramos <info@richardramos.me>
2024-11-28 10:35:41 +01:00
"basic"
,
Recover toy chat app powered by libwaku/nwaku (#105) * bump nwaku to the current master branch ( commit: 625c8ee5 ) * make the waku crate to behave tokio-asynchronously * use of store * use of lightpush and filter * add waku-bindings/src/general/messagehash.rs * add waku-bindings/src/general/time.rs * add waku-bindings/src/general/waku_decode.rs * add WakuEvent management (WakuMessage, ConnectionChange, TopicHealthChange.) * add waku-bindings/src/macros.rs
2025-01-10 15:19:31 +01:00
"tic-tac-toe-gui"
,
"toy-chat"
feat: example app (#99)
2024-03-11 12:00:30 -04:00
]
Reference in New Issue
Copy Permalink