Commit Graph

21 Commits

Author SHA1 Message Date
Nick Price 934b1aac06
Grammar: Fix "it's" vs "its" in several places (#2518) 2024-01-15 21:48:11 +01:00
nabbisen d244d3f936
Fix typo in examples README: plural form examples 2023-09-05 13:51:18 +00:00
arctic-alpaca a442920ba3
Restructure community showcase (#454) 2021-11-03 09:20:01 +01:00
Paul Butler 9145c0e396
Add notify.run to community showcase (#435) 2021-10-31 08:22:46 +01:00
QP Hou fb87a6a4d3
Add ROAPI to community showcase (#407) 2021-10-25 08:15:16 +02:00
Andrei Zolkin 283bbfbd36
Add JWT auth example as community showcase (#309) 2021-09-08 06:15:17 +00:00
zhihanz 835432b5c9
Add datafuse as community showcase (#302) 2021-09-02 08:16:49 +02:00
David Pedersen 6c9651c14a
Move all examples to their own crates (#201)
This makes it much clearer which dependencies each example has.
2021-08-18 00:49:01 +02:00
Harrison Burt 292d174a73
correct hyper link to add the .rs suffix. (#183)
This fixes the broken redirect for `tracing_aka_logging` which current redirects to what it thinks is a folder instead of a file, resulting in a 404.
2021-08-15 22:55:33 +02:00
fluunke 0674c9136a
Add oauth2 example (#144) 2021-08-08 17:22:24 +02:00
David Pedersen 2389761ce7
Add dedicated tracing/logging example (#155)
Useful to link to since several have asked.
2021-08-07 22:11:55 +02:00
Grzegorz Baranski f18e423fb0
docs: add community showcase (#126) 2021-08-05 13:47:19 +02:00
Sunli 09ecd42b32
Add async-graphql example (#93)
Fixes https://github.com/tokio-rs/axum/issues/68
2021-08-04 12:10:20 +02:00
Mateusz Kieblesz b0457c08e8
Add 404 page example (#97) 2021-08-03 17:00:21 +02:00
Javier Viola c6b7ad0f33
Add chat example documentation. (#85) 2021-08-02 21:42:10 +02:00
David Pedersen ea82acd175
Add sessions and cookies examples (#65)
Uses [`async-session`](https://crates.io/crates/async-session).
2021-08-01 09:15:44 +02:00
David Pedersen 132da26d5b
Add unix domain socket example (#53)
Not actually related to Axum, can be implemented directly with Hyper, but I figure its nice to have for demonstration and might help catch accidental breaking changes in the future.
2021-07-31 12:22:38 +02:00
David Pedersen 21db427077 Update examples readme 2021-07-22 15:42:04 +02:00
David Pedersen 5a5710d290
Rename to axum (#28) 2021-07-09 21:36:14 +02:00
David Pedersen 3fc7f1880f Rename tokio-postgres example 2021-06-19 15:40:46 +02:00
David Pedersen 8d8cc3ba3d
Examples readme (#25)
* Examples readme

* link?
2021-06-19 14:06:49 +02:00