jdrouet / mrml

Implementation of mjml in rust
MIT License
322 stars 19 forks source link

Mjml nodes should have consistently public children #428

Closed JadedBlueEyes closed 1 month ago

JadedBlueEyes commented 1 month ago

Right now, most nodes have public children, but some - like MjAttributes - are pub(crate). This makes it impossible to manually build MJML trees with these elements having children.

Instead, all nodes should have consistently public children.

JadedBlueEyes commented 1 month ago

Thank you @jdrouet ! ❤️