| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(test): add fallback test crate for no-metadata buildsHEADmain | 魏曹先生 | 2026-07-23 | 1 | -0/+8 |
| | | | | | | | 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: scaffold crate structure and implement core macros | 魏曹先生 | 2026-07-23 | 1 | -0/+290 |
| Add the project skeleton, LICENSE files, README, Makefile, doc examples, and the initial implementation of `#[func]`, `invoke!`, and `select!` procedural macros. | |||||
