| Crates.io | join_me_maybe_impl |
| lib.rs | join_me_maybe_impl |
| version | 0.4.0 |
| created_at | 2025-12-03 06:04:19.009404+00 |
| updated_at | 2026-01-21 06:06:15.481941+00 |
| description | internal proc macro crate for `join_me_maybe` |
| homepage | |
| repository | https://github.com/oconnor663/join_me_maybe |
| max_upload_size | |
| id | 1963427 |
| size | 40,500 |
join_me_maybe_implThis is the internal proc macro crate for the join_me_maybe::join! macro.
Rust requires that proc macros and their support library code to be separated
into different crates. Callers should depend on
join_me_maybe instead.