This is a very very very big update for UX! Ewwii finally has support for automatically assigning `dyn_id`. This was actually not as hard as I thought! I just had to mutate the widget AST and inject a `dyn_id` in based on its parent. It works soooo well and the burden on the user just reduced sooo much!
Ewwii tools
1. generate-rhai-docs
Generate rhai docs is a tool that will generate the documentation of rhai's builtin stdlib.
How to run
Run the following command in the root of the repository to run generate-rhai-docs:
$ cargo run --release -p generate-rhai-docs