1 unstable release

0.4.0 Mar 19, 2023

#6 in #maomi

Download history 1/week @ 2024-02-08 11/week @ 2024-02-15 22/week @ 2024-02-22 25/week @ 2024-02-29 17/week @ 2024-03-07 15/week @ 2024-03-14 16/week @ 2024-03-21 22/week @ 2024-03-28

72 downloads per month
Used in 6 crates (3 directly)

MIT license

12KB
268 lines

maomi

maomi

Strict and Performant Web Application Programming

crates.io docs.rs

#[component]
struct HelloWorld {
    template: template! {
        "Hello world!"
    }
}

Key Features

  • Write rust code, compile to WebAssembly, and run in browser.
  • Great overall performance and no common performance pitfalls.
  • Reports mistakes while compilation.
  • With rust-analyzer installed, easier to investigate elements, properties, and even style classes.
  • Based on templates and data bindings.
  • Limited stylesheet syntax, easier to investigate.
  • High performance server side rendering.
  • I18n in the core design.

Checkout the website for details.

中文版站点 了解详情。

Examples

See dom-template for the basic example. Compile with:

wasm-pack build maomi-dom-template --target no-modules

Run Tests

General rust tests and wasm-pack tests are both needed.

cargo test
wasm-pack test --firefox maomi-dom # or --chrome

Dependencies

~1.6–2.4MB
~47K SLoC