summaryrefslogtreecommitdiff
path: root/examples/tokio-postgres
AgeCommit message (Expand)Author
2024-09-28Replace async_trait with AFIT / RPITIT (#2308)Zheng Li
2024-09-27Upgrade most example dependencies (#2936)Jonas Platte
2024-08-24Use `env!("CARGO_CRATE_NAME")` in the example to simplify the tracing setup c...Weipeng Hong
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
2022-11-30Refactor initializing tracing-subscriber in examples (#1596)tottoto
2022-11-18Type safe state inheritance (#1532)David Pedersen
2022-08-22Only allow last extractor to mutate the request (#1272)David Pedersen
2022-08-17Add type safe state extractor (#1155)David Pedersen
2022-07-18Fix two comment typos (#1172)Allan
2022-06-17Bump MSRV to 1.56 and update to the 2021 edition (#1098)David Pedersen
2022-06-10Sort dependencies in `Cargo.toml`s (#1076)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-01Implement `tower::Layer` for `Extension` (#801)David Pedersen
2021-11-06Update tracing-subscriber to 0.3 (#472)EdorianDark
2021-11-03Move axum crate into workspace subfolder (#458)David Pedersen
2021-10-24Reorganize method routers for handlers and services (#405)David Pedersen
2021-09-12Migrate all examples to use `std::env::var_os` (#312)Andrei Zolkin
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