Skip to content

pintariching/rustle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 on Youtube, for making the video series Build your own Svelte which helped me a lot in understanding how the Svelte compiler actually works!