# `join_me_maybe_impl`
This is the internal proc macro crate for the `join_me_maybe!` macro. Rust
requires that proc macros and their support library code need to be separated
into different crates. Callers should depend on
[`join_me_maybe`](https://crates.io/crates/join_me_maybe) instead.