Commit Graph
9 Commits
Author SHA1 Message Date
Fujiwara Takumi 3fda093806 Use separate lexical scope for lock guard in docs (#2439) 2023-12-19 16:21:24 +00:00
Fujiwara Takumi 2f585ac9b7 Upgrade tokio-tungstenite to 0.21 (#2435) 2023-12-18 15:13:35 +01:00
Fujiwara TakumiandDavid Pedersen 584c328bb0 Unnecessary BytesMut (#2414)
Co-authored-by: David Pedersen <[email protected]>
2023-12-17 11:35:46 +00:00
takumi 4b384fa01c upgrade uuid from 0.8 to 1.0 (#995) 2022-05-05 07:48:49 +02:00
takumiandDavid Pedersen 4ff5e409e3 Add rest and grpc example (#967)
* Add rest and grpc example

* remove needless dependencies

* Apply suggestions from code review

Co-authored-by: David Pedersen <[email protected]>

* Update examples/rest-grpc-multiplex/src/main.rs

Co-authored-by: David Pedersen <[email protected]>

* Update examples/rest-grpc-multiplex/src/main.rs

Co-authored-by: David Pedersen <[email protected]>

* Update examples/rest-grpc-multiplex/src/multiplex_service.rs

Co-authored-by: David Pedersen <[email protected]>

* Update examples/rest-grpc-multiplex/Cargo.toml

Co-authored-by: David Pedersen <[email protected]>

* Update examples/rest-grpc-multiplex/src/multiplex_service.rs

Co-authored-by: David Pedersen <[email protected]>

* clean noisy code

* fix nitpicks

* missing newline

Co-authored-by: David Pedersen <[email protected]>
2022-05-02 15:52:55 +00:00
takumi bc6fefb052 Remove needless map (#970) 2022-04-26 09:15:04 +02:00
takumi d6b79aea32 Add ignore .DS_Store (#969) 2022-04-26 08:25:51 +02:00
takumi 98795b7f75 Replace to_string with to_owned (#960) 2022-04-24 08:05:00 +00:00
takumi 0d2c61c472 Remove needless borrow (#961) 2022-04-24 08:03:54 +00:00