Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Improve debug_handler on tuple response types #2201

Merged
merged 27 commits into from
Dec 30, 2023
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
52c5634
Improve debug_handler macro on tuple output types.
brian030128 Sep 1, 2023
c8acbe7
fix duplicate checking function names
brian030128 Sep 2, 2023
b315200
added hints when named IntoResponse is placed in the middle of tuple.
brian030128 Sep 2, 2023
4cd8498
formatted the file
brian030128 Sep 2, 2023
1007d37
Added more tests, handled single tuple, and used filter and map for t…
brian030128 Sep 11, 2023
befc809
Merge branch 'tokio-rs:main' into main
brian030128 Sep 13, 2023
a5d9d0e
Use Position::Only to handle single tuple
brian030128 Sep 13, 2023
1b259ba
cargo fix
brian030128 Sep 13, 2023
c3709ea
Merge branch 'tokio-rs:main' into main
brian030128 Oct 5, 2023
eab8716
fix clippy warnings
brian030128 Oct 5, 2023
136b423
Merge branch 'tokio-rs:main' into main
brian030128 Nov 9, 2023
e6a639d
Fixed tests, and simplify error messages.
brian030128 Nov 9, 2023
4ebea36
Merge branch 'main' into SpeedReach/main
davidpdrsn Dec 30, 2023
863d21f
remove `.idea` dir
davidpdrsn Dec 30, 2023
e87f8f1
fix tests
davidpdrsn Dec 30, 2023
c9f40ce
clean up code a bit
davidpdrsn Dec 30, 2023
98bb828
add test for returning request parts
davidpdrsn Dec 30, 2023
b3c3363
changelog
davidpdrsn Dec 30, 2023
f04d3a4
fix indent
davidpdrsn Dec 30, 2023
1439d03
inline format args
davidpdrsn Dec 30, 2023
84638df
formatting
davidpdrsn Dec 30, 2023
40e06f2
use import
davidpdrsn Dec 30, 2023
80e51a1
more formatting
davidpdrsn Dec 30, 2023
0750e26
?
davidpdrsn Dec 30, 2023
44402d5
more formatting
davidpdrsn Dec 30, 2023
e9adb82
Update axum-macros/src/debug_handler.rs
davidpdrsn Dec 30, 2023
0ae6972
fix UI test output
davidpdrsn Dec 30, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove .idea dir
  • Loading branch information
davidpdrsn committed Dec 30, 2023
commit 863d21ff4692aa211e2d2baeedba670bbedbe4e9
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/axum.iml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

Loading