Commit Graph
11 Commits
Author SHA1 Message Date
Eray Karatay 949da2b300 axum-extra: Add serde_json as dev-dependency (#1673) 2023-01-03 21:14:24 +01:00
Eray Karatay 720b2ba0c4 fix crates.io links (#735) 2022-01-31 17:09:55 +01:00
Eray Karatay e2e9f1ff68 add axum-tutorial to ecosystem (#519) 2021-11-15 07:31:41 +00:00
Eray Karatay f6b47478da Move axum-debug crate to workspace (#497)
* add axum-debug to workspace

* update readme

* add changes to changelog

* little docs update

* fix the gap

a tab has leaked into workspace Cargo.toml, it must be fixed

* address clippy warnings
2021-11-11 15:18:40 +01:00
Eray Karatay 2507463706 update tls-rustls example (#494) 2021-11-10 15:07:09 +01:00
Eray Karatay 394ba31385 update low-level-rustls example (#465) 2021-11-05 12:02:58 +01:00
Eray Karatay a724af3d0a Add reverse-proxy example (#389) 2021-10-19 22:52:19 +02:00
Eray Karatay b7002f68d5 Update some examples (#364) 2021-10-05 07:50:27 +02:00
programatik29 1a5f977896 Simplify tls-rustls example (#254)
## Motivation

Current `tls-rustls` example might be inconvenient for some people.

## Solution

Rename current example to `low-level-rustls` and add a high level example in its place.
2021-08-24 09:56:31 +02:00
programatik29 ffefb3455c Add chat example (#78) 2021-08-01 22:42:34 +02:00
programatik29 3b579c7215 Add TLS example (with rustls) (#57) 2021-08-01 08:32:47 +02:00