# `join_me_maybe_impl`
This 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`](https://crates.io/crates/join_me_maybe) instead.