egui_xml 0.1.5

XML macro for egui
Documentation
<Strip direction="north" gap="@vertical_gap_symetric">
    <Strip direction="north" gap="@vertical_gap_symetric" size="relative" value="0.5">
        <Panel size="relative" value="0.4">
            <Strip direction="west">
                <Panel size="exact" value="250.0">
                    color_background(ui, egui::Color32::from_rgb(255, 255, 0));
                </Panel>
                <Panel size="remainder">
                    color_background(ui, egui::Color32::from_rgb(255, 0, 0));
                </Panel>
            </Strip>
        </Panel>
        <Panel size="remainder">
            <Strip direction="west">
                <Panel size="relative" value="0.3">
                    color_background(ui, egui::Color32::from_rgb(0, 0, 255));
                </Panel>
                <Panel size="remainder">
                    <Strip direction="north" gap="@vertical_gap_symetric">
                        <Panel size="relative" value="0.3">
                            color_background(ui, egui::Color32::from_rgb(0, 255, 255));
                        </Panel>
                        <Panel size="remainder">
                            color_background(ui, egui::Color32::from_rgb(255, 0, 255));
                        </Panel>
                    </Strip>
                </Panel>
            </Strip>
        </Panel>
    </Strip>
    <Strip direction="north" gap="@vertical_gap_symetric" size="remainder">
        <Panel size="relative" value="0.4">
            <Strip direction="west">
                <Panel size="exact" value="250.0">
                    color_background(ui, egui::Color32::from_rgb(255, 255, 0));
                </Panel>
                <Panel size="remainder">
                    color_background(ui, egui::Color32::from_rgb(255, 0, 0));
                </Panel>
            </Strip>
        </Panel>
        <Panel size="remainder">
            <Strip direction="west">
                <Panel size="relative" value="0.3">
                    color_background(ui, egui::Color32::from_rgb(0, 0, 255));
                </Panel>
                <Panel size="remainder">
                    <Strip direction="north" gap="@vertical_gap_symetric">
                        <Panel size="relative" value="0.3">
                            color_background(ui, egui::Color32::from_rgb(0, 255, 255));
                        </Panel>
                        <Panel size="remainder">
                            color_background(ui, egui::Color32::from_rgb(255, 0, 255));
                        </Panel>
                    </Strip>
                </Panel>
            </Strip>
        </Panel>
    </Strip>
</Strip>