summaryrefslogtreecommitdiff
path: root/examples/chat
AgeCommit message (Expand)Author
2024-09-25Remove unused dependencies from examples (#2934)Jonas Platte
2024-08-24Use `env!("CARGO_CRATE_NAME")` in the example to simplify the tracing setup c...Weipeng Hong
2024-05-07Remove unnecessary parentheses in chat example (#2732)src_resources
2023-09-19Use inline format args (#2232)Yuri Astrakhan
2023-04-21Add `serve` function and remove `Server` re-export (#1868)David Pedersen
2023-03-10Re-integrate examples into the root workspace (#1466)Jonas Platte
2023-01-08add more comments to chat example (#1665)Hans Meine
2022-11-30Refactor initializing tracing-subscriber in examples (#1596)tottoto
2022-11-18Type safe state inheritance (#1532)David Pedersen
2022-08-17Add type safe state extractor (#1155)David Pedersen
2022-06-17Bump MSRV to 1.56 and update to the 2021 edition (#1098)David Pedersen
2022-04-29Move examples to separate workspace (#978)David Pedersen
2022-03-06Replace set_var usage in examples (#829)Jonas Platte
2022-03-01Fix minor issues in some examples (#806)zys864
2022-03-01Implement `tower::Layer` for `Extension` (#801)David Pedersen
2021-11-06Update tracing-subscriber to 0.3 (#472)EdorianDark
2021-11-03Fix typos (#461)david-perez
2021-11-03Move axum crate into workspace subfolder (#458)David Pedersen
2021-10-25Fix inconsistent naming of WebSocket rejections (#416)David Pedersen
2021-10-24Reorganize method routers for handlers and services (#405)David Pedersen
2021-10-05Update some examples (#364)Eray Karatay
2021-08-19Replace `route` with `Router::new().route()` (#215)David Pedersen
2021-08-19Replace `RoutingDsl` trait with `Router` type (#214)David Pedersen
2021-08-18Move all examples to their own crates (#201)David Pedersen
2021-08-01Add chat example (#78)programatik29