|
b7dd6f9379
|
Better handling of invalid route.rs files
|
2025-04-17 13:59:29 +02:00 |
|
|
ca7262d40e
|
Expand support to TRACE, CONNECT & any method
|
2025-04-15 15:10:44 +02:00 |
|
|
9b90c53b35
|
Split up massive main macro fn
|
2025-04-15 14:27:15 +02:00 |
|
|
daf793eb06
|
Vastly improve testing
- simplify some examples
- add macrotest for expanding/snapshotting macro expansion & add tests
- add workaround to enable referencing relative dirs from macrotest files
- ensure workaround doesn't get built in release
- add trybuild for testing error messages & add tests
- fix indeterministic macro output
- sort routes after collecting
- use BTreeMap instead of HashMap to preserve insertion order
- fix compile_error syntax error
|
2025-04-15 13:33:40 +02:00 |
|
|
f0ce2b2737
|
Fix pedantic clippy lints
|
2025-04-15 03:41:41 +02:00 |
|