| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
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
|
| |
|
|
|
| |
Add a `make doc` recipe that builds and opens documentation with
`cargo doc --no-deps --open`, and register it in the `.PHONY` list.
|
|
|
Add the project skeleton, LICENSE files, README, Makefile, doc
examples, and the initial implementation of `#[func]`, `invoke!`,
and `select!` procedural macros.
|