6 Commits

Author SHA1 Message Date
Ting Sun
79422c0714 collect all clients to one single folder (#119) 2023-04-14 12:47:10 +02:00
Milan
7ee3ae8342 Updates cargo run command in examples (#71) 2020-12-29 00:13:32 +01:00
Carl Lerche
81888e36b5 fmt (#34) 2020-04-15 09:47:28 -07:00
Carl Lerche
ecf1eb4ea8 More comments and tweak details (#33)
Co-authored-by: Alice Ryhl <alice@ryhl.io>
2020-04-15 09:44:12 -07:00
João Oliveira
3fbd9ddc42 add pub sub client implementation with examples (#22)
* add pub sub client implementation with examples

* replace subscribed_channels list Vec with HashSet to avoid duplicates

* update Subscriber to use async-stream instead of manual Stream impl

* revert update to error handling server.rs, as #21 handles it

* remove uneeded recursion limit extension
2020-04-05 18:33:21 +01:00
Carl Lerche
358e95e57c Initial commit 2020-02-05 09:56:25 -08:00