aboutsummaryrefslogtreecommitdiff
path: root/test/src
Commit message (Collapse)AuthorAgeFilesLines
* feat(test): add fallback test crate for no-metadata buildsHEADmain魏曹先生2026-07-231-0/+54
| | | | | | Add `might_be_async_test_fallback` crate in `test/no_metadata/` to verify macro behavior when the `metadata_async` feature is absent, covering sync/async select, invoke, and bare func attributes
* feat(config): refactor default feature name parsing魏曹先生2026-07-232-0/+57
|
* feat: scaffold crate structure and implement core macros魏曹先生2026-07-234-0/+181
Add the project skeleton, LICENSE files, README, Makefile, doc examples, and the initial implementation of `#[func]`, `invoke!`, and `select!` procedural macros.