# rustle **Repository Path**: mirrors_trending/rustle ## Basic Information - **Project Name**: rustle - **Description**: Svelte compiler rewritten in Rust - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-18 - **Last Updated**: 2026-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rustle A Svelte-like compiler, written in rust. ## Work in progress # Getting started ### Installation To install with cargo, run `cargo install rustle_cli` to install the CLI. ### Using rustle_cli # Development ## License This project is licensed under the MIT License - see the LICENSE.md file for details ## Acknowledgments * A big thank you to [lihautan](https://www.youtube.com/c/lihautan) on Youtube, for making the video series [Build your own Svelte](https://www.youtube.com/watch?v=mwvyKGw2CzU) which helped me a lot in understanding how the Svelte compiler actually works!