Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pintariching/rustle
Svelte compiler rewritten in Rust
https://github.com/pintariching/rustle
rust svelte
Last synced: 1 day ago
JSON representation
Svelte compiler rewritten in Rust
- Host: GitHub
- URL: https://github.com/pintariching/rustle
- Owner: pintariching
- License: mit
- Created: 2022-08-11T08:58:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T20:05:43.000Z (over 1 year ago)
- Last Synced: 2024-10-29T15:17:43.970Z (2 months ago)
- Topics: rust, svelte
- Language: Rust
- Homepage:
- Size: 546 KB
- Stars: 1,366
- Watchers: 15
- Forks: 35
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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!