A Svelte-like compiler, written in rust.
To install with cargo, run cargo install rustle_cli
to install the CLI.
This project is licensed under the MIT License - see the LICENSE.md file for details
- A big thank you to lihautan on Youtube, for making the video series Build your own Svelte which helped me a lot in understanding how the Svelte compiler actually works!