[][src]Module join_impl::join

Defines Join struct and generate_join function to generate output of the join! macro based on input and given config.

Re-exports

pub use config::Config;

Modules

config

Defines configuration of the union! macro.

name_constructors

Name constructors for code generation by join! macro.

Structs

Join

Result of parsing join! macro input.

Functions

generate_join

Generates output of the join! macro based on parsed input and given config.