8 Commits

Author SHA1 Message Date
Felicio Mununga
3d2eb4b04f
Use unwrap() in format() 2022-12-01 16:06:37 +01:00
Felicio Mununga
cc2268fc4a
Use LocalResult for Chat2Message.timestamp 2022-12-01 16:05:15 +01:00
Felicio Mununga
f14a05644a
Use expect 2022-12-01 12:00:08 +01:00
Felicio Mununga
7aa593f3de
Use .unwrap() 2022-12-01 11:46:15 +01:00
Felicio Mununga
ff5079ba73
Replace deprecated chrono::TimeZone::timestamp for timestamp_opt in examples 2022-12-01 11:42:05 +01:00
Daniel Sanchez Quiros
718c28725d Refactor waku crate to waku-bindings 2022-11-29 10:28:32 +01:00
Daniel Sanchez
d006ef4ecd
Crates publish setup (#17)
* Added config.toml to waku crate

* Update gitignore

* Update readme

* Remove private items docs

* Fix docs links

* Refactor waku to waku-bindings crate
Added badges

* Fix links

* Add usage
2022-11-02 08:21:15 -07:00
Daniel Sanchez
9993d2d991
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