axum/src
David Pedersen fbd43c6600
Document not being able to mix fallible and infallible routes (#232)
I haven't been able to find a proper solution for #89 so for now I think
we should document the issue and move on with shipping 0.2.

Part of https://github.com/tokio-rs/axum/issues/89
2021-08-21 15:36:50 +02:00
..
extract Use std::future::ready (#231) 2021-08-21 15:18:05 +02:00
handler Remove tower from axum's public API (#229) 2021-08-21 15:01:30 +02:00
response Remove tower from axum's public API (#229) 2021-08-21 15:01:30 +02:00
routing Use std::future::ready (#231) 2021-08-21 15:18:05 +02:00
service Remove tower from axum's public API (#229) 2021-08-21 15:01:30 +02:00
tests Use std::future::ready (#231) 2021-08-21 15:18:05 +02:00
body.rs Remove tower from axum's public API (#229) 2021-08-21 15:01:30 +02:00
buffer.rs Remove tower from axum's public API (#229) 2021-08-21 15:01:30 +02:00
error.rs Remove tower from axum's public API (#229) 2021-08-21 15:01:30 +02:00
json.rs Remove tower from axum's public API (#229) 2021-08-21 15:01:30 +02:00
lib.rs Document not being able to mix fallible and infallible routes (#232) 2021-08-21 15:36:50 +02:00
macros.rs Remove tower from axum's public API (#229) 2021-08-21 15:01:30 +02:00
util.rs Improve compile times (#184) 2021-08-15 23:01:26 +02:00