Commit graph

6 commits

Author SHA1 Message Date
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
d05df1bb4d
Rework API to attribute macro 2025-04-15 00:42:48 +02:00
8d2faf1f64
Make example test more robust & improve docs 2025-04-14 18:53:29 +02:00
73672d8c96
Rewrite for better module handling 2025-04-14 18:37:43 +02:00
a992268843
Initial commit 2025-04-14 15:59:43 +02:00