[][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.

parse

Parser which takes expression chains and puts them into branches field, and handler (one of map, and_then, then) and puts it into handler field. Handler can be either defined once or not defined.

Structs

Join

Result of parsing join! macro input.

Functions

generate_join

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