The order of elements in a module should be configurable, while still treating each item independently, thus allowing to customize it's style separately.
Thus we need a parsing mechanism, where we provide a context to the engine and the engine replaces placeholder patterns in a config string with items from the context (similar to e.g. tera, but with iced Elements).
The order of elements in a module should be configurable, while still treating each item independently, thus allowing to customize it's style separately.
Thus we need a parsing mechanism, where we provide a context to the engine and the engine replaces placeholder patterns in a config string with items from the context (similar to e.g. tera, but with iced Elements).