Files
ewwii/tools
Byson94 39912d3f46 feat(MAJOR): removed the need for dyn_id
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!
2025-09-03 16:49:46 +05:30
..

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