join_me_maybe_impl 0.3.0

internal proc macro crate for `join_me_maybe`
Documentation
1
2
3
4
5
6
# `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.