Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pintariching/rustle

Svelte compiler rewritten in Rust
https://github.com/pintariching/rustle

rust svelte

Last synced: about 2 months ago
JSON representation

Svelte compiler rewritten in Rust

Awesome Lists containing this project

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!