summaryrefslogtreecommitdiff
path: root/examples/customize-path-rejection
AgeCommit message (Expand)Author
2024-09-28Replace async_trait with AFIT / RPITIT (#2308)Zheng Li
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
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
2022-11-30Refactor initializing tracing-subscriber in examples (#1596)tottoto
2022-08-22Only allow last extractor to mutate the request (#1272)David Pedersen
2022-08-17Always store state in an `Arc` (#1270)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-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
2021-12-02Provide more data in `Path` deserialization error (#574)David Pedersen