7 releases

new 0.5.0 Mar 28, 2024
0.5.0-alpha.2 Mar 18, 2024
0.5.0-alpha.0 Feb 23, 2024
0.4.3 Dec 7, 2023
0.3.0 Mar 24, 2023

#239 in Template engine

Download history 441/week @ 2023-12-06 396/week @ 2023-12-13 276/week @ 2023-12-20 240/week @ 2023-12-27 347/week @ 2024-01-03 345/week @ 2024-01-10 503/week @ 2024-01-17 351/week @ 2024-01-24 318/week @ 2024-01-31 255/week @ 2024-02-07 453/week @ 2024-02-14 730/week @ 2024-02-21 1027/week @ 2024-02-28 756/week @ 2024-03-06 558/week @ 2024-03-13 399/week @ 2024-03-20

2,877 downloads per month
Used in dioxus-cli

MIT/Apache

525KB
9K SLoC

rsx-rosetta

Crates.io MIT licensed Build Status Discord chat

Website | Guides | API Docs | Chat

Overview

Dioxus sports its own templating language inspired by C#/Kotlin/RTMP, etc. It's pretty straightforward.

However, it's NOT HTML. This is done since HTML is verbose and you'd need a dedicated LSP or IDE integration to get a good DX in .rs files.

RSX is simple... It's similar enough to regular Rust code to trick most IDEs into automatically providing support for things like block selections, folding, highlighting, etc.

To accomodate the transition from HTML to RSX, you might need to translate some existing code.

This library provids a central AST that can accept a number of inputs:

  • HTML
  • Syn (todo)
  • Akama (todo)
  • Jinja (todo)

From there, you can convert directly to a string or into some other AST.

Contributing

  • Report issues on our issue tracker.
  • Join the discord and ask questions!

License

This project is licensed under the MIT license.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Dioxus by you, shall be licensed as MIT, without any additional terms or conditions.

Dependencies

~7–15MB
~168K SLoC