From 276b9bd8226ce35ac3d5d49a50d1755f3dedb50a Mon Sep 17 00:00:00 2001 From: Sergio Ribera <56278796+SergioRibera@users.noreply.github.com> Date: Tue, 31 Dec 2024 01:02:43 -0400 Subject: [PATCH] feat: add srtemplate --- README.md | 46 +++++++++++++++++++++++----------------------- data.toml | 6 ++++++ 2 files changed, 29 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index c14b7fe..e9b58e1 100644 --- a/README.md +++ b/README.md @@ -23,37 +23,37 @@ Since [WASM](http://webassembly.org/) support is available in most browsers we c | Name | Stars | Contributors | Activity | Downloads | Virtual DOM | SSR | Rendering | Architecture | Repo | Docs | License | Version | |----------------------------------------------------------|--------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------|-----------|-------------|-----|-----------|----------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|-------------------------------------------------------------------------------| -| **[Dioxus](https://dioxuslabs.com/)** | ![Dioxus stars](https://img.shields.io/github/stars/dioxuslabs/dioxus.svg?label=%20) | ![Dioxus contributors](https://img.shields.io/github/contributors/dioxuslabs/dioxus.svg?label=%20) | ![Dioxus activity](https://img.shields.io/github/commit-activity/y/dioxuslabs/dioxus.svg?label=%20) | 307.0k | yes | yes | HTML | [React/Redux](https://medium.com/mofed/react-redux-architecture-overview-7b3e52004b6e) | [![Dioxus repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/dioxuslabs/dioxus) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=dioxus&color=green)](https://docs.rs/dioxus/) | ![Dioxus license](https://img.shields.io/crates/l/dioxus.svg?label=%20) | ![Dioxus version](https://img.shields.io/crates/v/dioxus.svg?label=%20) | -| **[dominator](https://github.com/Pauan/rust-dominator)** | ![dominator stars](https://img.shields.io/github/stars/Pauan/rust-dominator.svg?label=%20) | ![dominator contributors](https://img.shields.io/github/contributors/Pauan/rust-dominator.svg?label=%20) | ![dominator activity](https://img.shields.io/github/commit-activity/y/Pauan/rust-dominator.svg?label=%20) | 157.1k | no | no | HTML | [FRP](https://en.wikipedia.org/wiki/Functional_reactive_programming) | [![dominator repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/Pauan/rust-dominator) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=dominator&color=green)](https://docs.rs/dominator/) | ![dominator license](https://img.shields.io/crates/l/dominator.svg?label=%20) | ![dominator version](https://img.shields.io/crates/v/dominator.svg?label=%20) | -| **[egui](https://www.egui.rs/)** | ![egui stars](https://img.shields.io/github/stars/emilk/egui.svg?label=%20) | ![egui contributors](https://img.shields.io/github/contributors/emilk/egui.svg?label=%20) | ![egui activity](https://img.shields.io/github/commit-activity/y/emilk/egui.svg?label=%20) | 3614.9k | no | no | Canvas | [ImGUI](https://en.wikipedia.org/wiki/Immediate_mode_GUI) | [![egui repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/emilk/egui) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=egui&color=green)](https://docs.rs/egui/) | ![egui license](https://img.shields.io/crates/l/egui.svg?label=%20) | ![egui version](https://img.shields.io/crates/v/egui.svg?label=%20) | -| **[Leptos](https://github.com/gbj/leptos)** | ![Leptos stars](https://img.shields.io/github/stars/gbj/leptos.svg?label=%20) | ![Leptos contributors](https://img.shields.io/github/contributors/gbj/leptos.svg?label=%20) | ![Leptos activity](https://img.shields.io/github/commit-activity/y/gbj/leptos.svg?label=%20) | 735.1k | no | yes | HTML | [FRP](https://en.wikipedia.org/wiki/Functional_reactive_programming) | [![Leptos repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/gbj/leptos) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=leptos&color=green)](https://docs.rs/leptos/) | ![Leptos license](https://img.shields.io/crates/l/leptos.svg?label=%20) | ![Leptos version](https://img.shields.io/crates/v/leptos.svg?label=%20) | -| **[sauron](https://github.com/ivanceras/sauron)** | ![sauron stars](https://img.shields.io/github/stars/ivanceras/sauron.svg?label=%20) | ![sauron contributors](https://img.shields.io/github/contributors/ivanceras/sauron.svg?label=%20) | ![sauron activity](https://img.shields.io/github/commit-activity/y/ivanceras/sauron.svg?label=%20) | 291.6k | yes | yes | HTML | [TEA](https://guide.elm-lang.org/architecture/) | [![sauron repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/ivanceras/sauron) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=sauron&color=green)](https://docs.rs/sauron/) | ![sauron license](https://img.shields.io/crates/l/sauron.svg?label=%20) | ![sauron version](https://img.shields.io/crates/v/sauron.svg?label=%20) | -| **[Silkenweb](https://github.com/silkenweb/silkenweb)** | ![Silkenweb stars](https://img.shields.io/github/stars/silkenweb/silkenweb.svg?label=%20) | ![Silkenweb contributors](https://img.shields.io/github/contributors/silkenweb/silkenweb.svg?label=%20) | ![Silkenweb activity](https://img.shields.io/github/commit-activity/y/silkenweb/silkenweb.svg?label=%20) | 8.7k | no | yes | HTML | [FRP](https://en.wikipedia.org/wiki/Functional_reactive_programming) | [![Silkenweb repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/silkenweb/silkenweb) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=silkenweb&color=green)](https://docs.rs/silkenweb/) | ![Silkenweb license](https://img.shields.io/crates/l/silkenweb.svg?label=%20) | ![Silkenweb version](https://img.shields.io/crates/v/silkenweb.svg?label=%20) | -| **[Sycamore](https://sycamore-rs.netlify.app/)** | ![Sycamore stars](https://img.shields.io/github/stars/sycamore-rs/sycamore.svg?label=%20) | ![Sycamore contributors](https://img.shields.io/github/contributors/sycamore-rs/sycamore.svg?label=%20) | ![Sycamore activity](https://img.shields.io/github/commit-activity/y/sycamore-rs/sycamore.svg?label=%20) | 155.1k | no | yes | HTML | [FRP](https://en.wikipedia.org/wiki/Functional_reactive_programming) | [![Sycamore repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/sycamore-rs/sycamore) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=sycamore&color=green)](https://docs.rs/sycamore/) | ![Sycamore license](https://img.shields.io/crates/l/sycamore.svg?label=%20) | ![Sycamore version](https://img.shields.io/crates/v/sycamore.svg?label=%20) | -| **[Vizia](https://github.com/vizia/vizia)** | ![Vizia stars](https://img.shields.io/github/stars/vizia/vizia.svg?label=%20) | ![Vizia contributors](https://img.shields.io/github/contributors/vizia/vizia.svg?label=%20) | ![Vizia activity](https://img.shields.io/github/commit-activity/y/vizia/vizia.svg?label=%20) | 1.6k | no | no | Canvas | | [![Vizia repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/vizia/vizia) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=vizia&color=green)](https://docs.rs/vizia/) | ![Vizia license](https://img.shields.io/crates/l/vizia.svg?label=%20) | ![Vizia version](https://img.shields.io/crates/v/vizia.svg?label=%20) | +| **[Dioxus](https://dioxuslabs.com/)** | ![Dioxus stars](https://img.shields.io/github/stars/dioxuslabs/dioxus.svg?label=%20) | ![Dioxus contributors](https://img.shields.io/github/contributors/dioxuslabs/dioxus.svg?label=%20) | ![Dioxus activity](https://img.shields.io/github/commit-activity/y/dioxuslabs/dioxus.svg?label=%20) | 334.2k | yes | yes | HTML | [React/Redux](https://medium.com/mofed/react-redux-architecture-overview-7b3e52004b6e) | [![Dioxus repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/dioxuslabs/dioxus) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=dioxus&color=green)](https://docs.rs/dioxus/) | ![Dioxus license](https://img.shields.io/crates/l/dioxus.svg?label=%20) | ![Dioxus version](https://img.shields.io/crates/v/dioxus.svg?label=%20) | +| **[dominator](https://github.com/Pauan/rust-dominator)** | ![dominator stars](https://img.shields.io/github/stars/Pauan/rust-dominator.svg?label=%20) | ![dominator contributors](https://img.shields.io/github/contributors/Pauan/rust-dominator.svg?label=%20) | ![dominator activity](https://img.shields.io/github/commit-activity/y/Pauan/rust-dominator.svg?label=%20) | 164.5k | no | no | HTML | [FRP](https://en.wikipedia.org/wiki/Functional_reactive_programming) | [![dominator repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/Pauan/rust-dominator) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=dominator&color=green)](https://docs.rs/dominator/) | ![dominator license](https://img.shields.io/crates/l/dominator.svg?label=%20) | ![dominator version](https://img.shields.io/crates/v/dominator.svg?label=%20) | +| **[egui](https://www.egui.rs/)** | ![egui stars](https://img.shields.io/github/stars/emilk/egui.svg?label=%20) | ![egui contributors](https://img.shields.io/github/contributors/emilk/egui.svg?label=%20) | ![egui activity](https://img.shields.io/github/commit-activity/y/emilk/egui.svg?label=%20) | 3862.3k | no | no | Canvas | [ImGUI](https://en.wikipedia.org/wiki/Immediate_mode_GUI) | [![egui repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/emilk/egui) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=egui&color=green)](https://docs.rs/egui/) | ![egui license](https://img.shields.io/crates/l/egui.svg?label=%20) | ![egui version](https://img.shields.io/crates/v/egui.svg?label=%20) | +| **[Leptos](https://github.com/gbj/leptos)** | ![Leptos stars](https://img.shields.io/github/stars/gbj/leptos.svg?label=%20) | ![Leptos contributors](https://img.shields.io/github/contributors/gbj/leptos.svg?label=%20) | ![Leptos activity](https://img.shields.io/github/commit-activity/y/gbj/leptos.svg?label=%20) | 804.1k | no | yes | HTML | [FRP](https://en.wikipedia.org/wiki/Functional_reactive_programming) | [![Leptos repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/gbj/leptos) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=leptos&color=green)](https://docs.rs/leptos/) | ![Leptos license](https://img.shields.io/crates/l/leptos.svg?label=%20) | ![Leptos version](https://img.shields.io/crates/v/leptos.svg?label=%20) | +| **[sauron](https://github.com/ivanceras/sauron)** | ![sauron stars](https://img.shields.io/github/stars/ivanceras/sauron.svg?label=%20) | ![sauron contributors](https://img.shields.io/github/contributors/ivanceras/sauron.svg?label=%20) | ![sauron activity](https://img.shields.io/github/commit-activity/y/ivanceras/sauron.svg?label=%20) | 307.9k | yes | yes | HTML | [TEA](https://guide.elm-lang.org/architecture/) | [![sauron repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/ivanceras/sauron) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=sauron&color=green)](https://docs.rs/sauron/) | ![sauron license](https://img.shields.io/crates/l/sauron.svg?label=%20) | ![sauron version](https://img.shields.io/crates/v/sauron.svg?label=%20) | +| **[Silkenweb](https://github.com/silkenweb/silkenweb)** | ![Silkenweb stars](https://img.shields.io/github/stars/silkenweb/silkenweb.svg?label=%20) | ![Silkenweb contributors](https://img.shields.io/github/contributors/silkenweb/silkenweb.svg?label=%20) | ![Silkenweb activity](https://img.shields.io/github/commit-activity/y/silkenweb/silkenweb.svg?label=%20) | 9.4k | no | yes | HTML | [FRP](https://en.wikipedia.org/wiki/Functional_reactive_programming) | [![Silkenweb repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/silkenweb/silkenweb) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=silkenweb&color=green)](https://docs.rs/silkenweb/) | ![Silkenweb license](https://img.shields.io/crates/l/silkenweb.svg?label=%20) | ![Silkenweb version](https://img.shields.io/crates/v/silkenweb.svg?label=%20) | +| **[Sycamore](https://sycamore-rs.netlify.app/)** | ![Sycamore stars](https://img.shields.io/github/stars/sycamore-rs/sycamore.svg?label=%20) | ![Sycamore contributors](https://img.shields.io/github/contributors/sycamore-rs/sycamore.svg?label=%20) | ![Sycamore activity](https://img.shields.io/github/commit-activity/y/sycamore-rs/sycamore.svg?label=%20) | 160.9k | no | yes | HTML | [FRP](https://en.wikipedia.org/wiki/Functional_reactive_programming) | [![Sycamore repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/sycamore-rs/sycamore) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=sycamore&color=green)](https://docs.rs/sycamore/) | ![Sycamore license](https://img.shields.io/crates/l/sycamore.svg?label=%20) | ![Sycamore version](https://img.shields.io/crates/v/sycamore.svg?label=%20) | +| **[Vizia](https://github.com/vizia/vizia)** | ![Vizia stars](https://img.shields.io/github/stars/vizia/vizia.svg?label=%20) | ![Vizia contributors](https://img.shields.io/github/contributors/vizia/vizia.svg?label=%20) | ![Vizia activity](https://img.shields.io/github/commit-activity/y/vizia/vizia.svg?label=%20) | 2.1k | no | no | Canvas | | [![Vizia repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/vizia/vizia) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=vizia&color=green)](https://docs.rs/vizia/) | ![Vizia license](https://img.shields.io/crates/l/vizia.svg?label=%20) | ![Vizia version](https://img.shields.io/crates/v/vizia.svg?label=%20) | ### Outdated frontend frameworks | Name | Stars | Contributors | Activity | Downloads | Virtual DOM | SSR | Rendering | Architecture | Repo | Docs | License | Version | |------------------------------------------------------|----------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|-----------|-------------|-----|-----------|----------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------|---------------------------------------------------------------------------| -| **[dodrio](https://github.com/fitzgen/dodrio)** | ![dodrio stars](https://img.shields.io/github/stars/fitzgen/dodrio.svg?label=%20) | ![dodrio contributors](https://img.shields.io/github/contributors/fitzgen/dodrio.svg?label=%20) | ![dodrio activity](https://img.shields.io/github/commit-activity/y/fitzgen/dodrio.svg?label=%20) | 145.8k | | | | | [![dodrio repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/fitzgen/dodrio) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=dodrio&color=green)](https://docs.rs/dodrio/) | ![dodrio license](https://img.shields.io/crates/l/dodrio.svg?label=%20) | ![dodrio version](https://img.shields.io/crates/v/dodrio.svg?label=%20) | +| **[dodrio](https://github.com/fitzgen/dodrio)** | ![dodrio stars](https://img.shields.io/github/stars/fitzgen/dodrio.svg?label=%20) | ![dodrio contributors](https://img.shields.io/github/contributors/fitzgen/dodrio.svg?label=%20) | ![dodrio activity](https://img.shields.io/github/commit-activity/y/fitzgen/dodrio.svg?label=%20) | 148.4k | | | | | [![dodrio repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/fitzgen/dodrio) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=dodrio&color=green)](https://docs.rs/dodrio/) | ![dodrio license](https://img.shields.io/crates/l/dodrio.svg?label=%20) | ![dodrio version](https://img.shields.io/crates/v/dodrio.svg?label=%20) | | **[draco](https://github.com/utkarshkukreti/draco)** | ![draco stars](https://img.shields.io/github/stars/utkarshkukreti/draco.svg?label=%20) | ![draco contributors](https://img.shields.io/github/contributors/utkarshkukreti/draco.svg?label=%20) | ![draco activity](https://img.shields.io/github/commit-activity/y/utkarshkukreti/draco.svg?label=%20) | - | | | | | [![draco repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/utkarshkukreti/draco) | | | | | **[dumle](https://github.com/axelf4/dumle)** | ![dumle stars](https://img.shields.io/github/stars/axelf4/dumle.svg?label=%20) | ![dumle contributors](https://img.shields.io/github/contributors/axelf4/dumle.svg?label=%20) | ![dumle activity](https://img.shields.io/github/commit-activity/y/axelf4/dumle.svg?label=%20) | - | | | | | [![dumle repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/axelf4/dumle) | | | | -| **[frender](https://frender-rs.github.io/frender/)** | ![frender stars](https://img.shields.io/github/stars/frender-rs/frender.svg?label=%20) | ![frender contributors](https://img.shields.io/github/contributors/frender-rs/frender.svg?label=%20) | ![frender activity](https://img.shields.io/github/commit-activity/y/frender-rs/frender.svg?label=%20) | 3.6k | yes | no | | | [![frender repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/frender-rs/frender) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=frender&color=green)](https://docs.rs/frender/) | ![frender license](https://img.shields.io/crates/l/frender.svg?label=%20) | ![frender version](https://img.shields.io/crates/v/frender.svg?label=%20) | -| **[Iced](https://iced.rs/)** | ![Iced stars](https://img.shields.io/github/stars/iced-rs/iced.svg?label=%20) | ![Iced contributors](https://img.shields.io/github/contributors/iced-rs/iced.svg?label=%20) | ![Iced activity](https://img.shields.io/github/commit-activity/y/iced-rs/iced.svg?label=%20) | 636.0k | no | no | Canvas | [TEA](https://guide.elm-lang.org/architecture/) | [![Iced repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/iced-rs/iced) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=iced&color=green)](https://docs.rs/iced/) | ![Iced license](https://img.shields.io/crates/l/iced.svg?label=%20) | ![Iced version](https://img.shields.io/crates/v/iced.svg?label=%20) | -| **[Kobold](https://github.com/maciejhirsz/kobold)** | ![Kobold stars](https://img.shields.io/github/stars/maciejhirsz/kobold.svg?label=%20) | ![Kobold contributors](https://img.shields.io/github/contributors/maciejhirsz/kobold.svg?label=%20) | ![Kobold activity](https://img.shields.io/github/commit-activity/y/maciejhirsz/kobold.svg?label=%20) | 9.8k | no | | HTML | [React/Redux](https://medium.com/mofed/react-redux-architecture-overview-7b3e52004b6e) | [![Kobold repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/maciejhirsz/kobold) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=kobold&color=green)](https://docs.rs/kobold/) | ![Kobold license](https://img.shields.io/crates/l/kobold.svg?label=%20) | ![Kobold version](https://img.shields.io/crates/v/kobold.svg?label=%20) | +| **[frender](https://frender-rs.github.io/frender/)** | ![frender stars](https://img.shields.io/github/stars/frender-rs/frender.svg?label=%20) | ![frender contributors](https://img.shields.io/github/contributors/frender-rs/frender.svg?label=%20) | ![frender activity](https://img.shields.io/github/commit-activity/y/frender-rs/frender.svg?label=%20) | 3.9k | yes | no | | | [![frender repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/frender-rs/frender) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=frender&color=green)](https://docs.rs/frender/) | ![frender license](https://img.shields.io/crates/l/frender.svg?label=%20) | ![frender version](https://img.shields.io/crates/v/frender.svg?label=%20) | +| **[Iced](https://iced.rs/)** | ![Iced stars](https://img.shields.io/github/stars/iced-rs/iced.svg?label=%20) | ![Iced contributors](https://img.shields.io/github/contributors/iced-rs/iced.svg?label=%20) | ![Iced activity](https://img.shields.io/github/commit-activity/y/iced-rs/iced.svg?label=%20) | 666.2k | no | no | Canvas | [TEA](https://guide.elm-lang.org/architecture/) | [![Iced repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/iced-rs/iced) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=iced&color=green)](https://docs.rs/iced/) | ![Iced license](https://img.shields.io/crates/l/iced.svg?label=%20) | ![Iced version](https://img.shields.io/crates/v/iced.svg?label=%20) | +| **[Kobold](https://github.com/maciejhirsz/kobold)** | ![Kobold stars](https://img.shields.io/github/stars/maciejhirsz/kobold.svg?label=%20) | ![Kobold contributors](https://img.shields.io/github/contributors/maciejhirsz/kobold.svg?label=%20) | ![Kobold activity](https://img.shields.io/github/commit-activity/y/maciejhirsz/kobold.svg?label=%20) | 10.7k | no | | HTML | [React/Redux](https://medium.com/mofed/react-redux-architecture-overview-7b3e52004b6e) | [![Kobold repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/maciejhirsz/kobold) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=kobold&color=green)](https://docs.rs/kobold/) | ![Kobold license](https://img.shields.io/crates/l/kobold.svg?label=%20) | ![Kobold version](https://img.shields.io/crates/v/kobold.svg?label=%20) | | **[mika](https://gitlab.com/limira-rs/mika)** | | | | 1.2k | | | | | [![Repo](https://img.shields.io/badge/GitLab-git-blue)](https://gitlab.com/limira-rs/mika) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=mika&color=green)](https://docs.rs/mika/) | ![mika license](https://img.shields.io/crates/l/mika.svg?label=%20) | ![mika version](https://img.shields.io/crates/v/mika.svg?label=%20) | -| **[mogwai](https://github.com/schell/mogwai)** | ![mogwai stars](https://img.shields.io/github/stars/schell/mogwai.svg?label=%20) | ![mogwai contributors](https://img.shields.io/github/contributors/schell/mogwai.svg?label=%20) | ![mogwai activity](https://img.shields.io/github/commit-activity/y/schell/mogwai.svg?label=%20) | 31.6k | no | yes | HTML | | [![mogwai repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/schell/mogwai) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=mogwai&color=green)](https://docs.rs/mogwai/) | ![mogwai license](https://img.shields.io/crates/l/mogwai.svg?label=%20) | ![mogwai version](https://img.shields.io/crates/v/mogwai.svg?label=%20) | +| **[mogwai](https://github.com/schell/mogwai)** | ![mogwai stars](https://img.shields.io/github/stars/schell/mogwai.svg?label=%20) | ![mogwai contributors](https://img.shields.io/github/contributors/schell/mogwai.svg?label=%20) | ![mogwai activity](https://img.shields.io/github/commit-activity/y/schell/mogwai.svg?label=%20) | 33.8k | no | yes | HTML | | [![mogwai repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/schell/mogwai) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=mogwai&color=green)](https://docs.rs/mogwai/) | ![mogwai license](https://img.shields.io/crates/l/mogwai.svg?label=%20) | ![mogwai version](https://img.shields.io/crates/v/mogwai.svg?label=%20) | | **[MoonZoon](http://moonzoon.rs/)** | ![MoonZoon stars](https://img.shields.io/github/stars/MoonZoon/MoonZoon.svg?label=%20) | ![MoonZoon contributors](https://img.shields.io/github/contributors/MoonZoon/MoonZoon.svg?label=%20) | ![MoonZoon activity](https://img.shields.io/github/commit-activity/y/MoonZoon/MoonZoon.svg?label=%20) | - | no | no | HTML | [FRP](https://en.wikipedia.org/wiki/Functional_reactive_programming) | [![MoonZoon repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/MoonZoon/MoonZoon) | | | | | **[percy](https://chinedufn.github.io/percy/)** | ![percy stars](https://img.shields.io/github/stars/chinedufn/percy.svg?label=%20) | ![percy contributors](https://img.shields.io/github/contributors/chinedufn/percy.svg?label=%20) | ![percy activity](https://img.shields.io/github/commit-activity/y/chinedufn/percy.svg?label=%20) | - | yes | yes | HTML | | [![percy repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/chinedufn/percy) | | | | | **[ruukh](https://github.com/csharad/ruukh)** | ![ruukh stars](https://img.shields.io/github/stars/csharad/ruukh.svg?label=%20) | ![ruukh contributors](https://img.shields.io/github/contributors/csharad/ruukh.svg?label=%20) | ![ruukh activity](https://img.shields.io/github/commit-activity/y/csharad/ruukh.svg?label=%20) | - | | | | | [![ruukh repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/csharad/ruukh) | | | | -| **[Seed](http://seed-rs.org/)** | ![Seed stars](https://img.shields.io/github/stars/seed-rs/seed.svg?label=%20) | ![Seed contributors](https://img.shields.io/github/contributors/seed-rs/seed.svg?label=%20) | ![Seed activity](https://img.shields.io/github/commit-activity/y/seed-rs/seed.svg?label=%20) | 315.4k | yes | no | HTML | [TEA](https://guide.elm-lang.org/architecture/) | [![Seed repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/seed-rs/seed) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=seed&color=green)](https://docs.rs/seed/) | ![Seed license](https://img.shields.io/crates/l/seed.svg?label=%20) | ![Seed version](https://img.shields.io/crates/v/seed.svg?label=%20) | -| **[smithy](https://www.smithy.rs/)** | ![smithy stars](https://img.shields.io/github/stars/rbalicki2/smithy.svg?label=%20) | ![smithy contributors](https://img.shields.io/github/contributors/rbalicki2/smithy.svg?label=%20) | ![smithy activity](https://img.shields.io/github/commit-activity/y/rbalicki2/smithy.svg?label=%20) | 9.2k | | | | | [![smithy repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/rbalicki2/smithy) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=smithy&color=green)](https://docs.rs/smithy/) | ![smithy license](https://img.shields.io/crates/l/smithy.svg?label=%20) | ![smithy version](https://img.shields.io/crates/v/smithy.svg?label=%20) | -| **[spair](https://github.com/aclueless/spair)** | ![spair stars](https://img.shields.io/github/stars/aclueless/spair.svg?label=%20) | ![spair contributors](https://img.shields.io/github/contributors/aclueless/spair.svg?label=%20) | ![spair activity](https://img.shields.io/github/commit-activity/y/aclueless/spair.svg?label=%20) | 6.5k | no | no | HTML | | [![spair repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/aclueless/spair) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=spair&color=green)](https://docs.rs/spair/) | ![spair license](https://img.shields.io/crates/l/spair.svg?label=%20) | ![spair version](https://img.shields.io/crates/v/spair.svg?label=%20) | +| **[Seed](http://seed-rs.org/)** | ![Seed stars](https://img.shields.io/github/stars/seed-rs/seed.svg?label=%20) | ![Seed contributors](https://img.shields.io/github/contributors/seed-rs/seed.svg?label=%20) | ![Seed activity](https://img.shields.io/github/commit-activity/y/seed-rs/seed.svg?label=%20) | 324.1k | yes | no | HTML | [TEA](https://guide.elm-lang.org/architecture/) | [![Seed repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/seed-rs/seed) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=seed&color=green)](https://docs.rs/seed/) | ![Seed license](https://img.shields.io/crates/l/seed.svg?label=%20) | ![Seed version](https://img.shields.io/crates/v/seed.svg?label=%20) | +| **[smithy](https://www.smithy.rs/)** | ![smithy stars](https://img.shields.io/github/stars/rbalicki2/smithy.svg?label=%20) | ![smithy contributors](https://img.shields.io/github/contributors/rbalicki2/smithy.svg?label=%20) | ![smithy activity](https://img.shields.io/github/commit-activity/y/rbalicki2/smithy.svg?label=%20) | 9.6k | | | | | [![smithy repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/rbalicki2/smithy) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=smithy&color=green)](https://docs.rs/smithy/) | ![smithy license](https://img.shields.io/crates/l/smithy.svg?label=%20) | ![smithy version](https://img.shields.io/crates/v/smithy.svg?label=%20) | +| **[spair](https://github.com/aclueless/spair)** | ![spair stars](https://img.shields.io/github/stars/aclueless/spair.svg?label=%20) | ![spair contributors](https://img.shields.io/github/contributors/aclueless/spair.svg?label=%20) | ![spair activity](https://img.shields.io/github/commit-activity/y/aclueless/spair.svg?label=%20) | 7.1k | no | no | HTML | | [![spair repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/aclueless/spair) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=spair&color=green)](https://docs.rs/spair/) | ![spair license](https://img.shields.io/crates/l/spair.svg?label=%20) | ![spair version](https://img.shields.io/crates/v/spair.svg?label=%20) | | **[squark](https://github.com/rail44/squark)** | ![squark stars](https://img.shields.io/github/stars/rail44/squark.svg?label=%20) | ![squark contributors](https://img.shields.io/github/contributors/rail44/squark.svg?label=%20) | ![squark activity](https://img.shields.io/github/commit-activity/y/rail44/squark.svg?label=%20) | - | | | | | [![squark repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/rail44/squark) | | | | -| **[stdweb](https://github.com/koute/stdweb)** | ![stdweb stars](https://img.shields.io/github/stars/koute/stdweb.svg?label=%20) | ![stdweb contributors](https://img.shields.io/github/contributors/koute/stdweb.svg?label=%20) | ![stdweb activity](https://img.shields.io/github/commit-activity/y/koute/stdweb.svg?label=%20) | 11256.8k | | | | | [![stdweb repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/koute/stdweb) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=stdweb&color=green)](https://docs.rs/stdweb/) | ![stdweb license](https://img.shields.io/crates/l/stdweb.svg?label=%20) | ![stdweb version](https://img.shields.io/crates/v/stdweb.svg?label=%20) | +| **[stdweb](https://github.com/koute/stdweb)** | ![stdweb stars](https://img.shields.io/github/stars/koute/stdweb.svg?label=%20) | ![stdweb contributors](https://img.shields.io/github/contributors/koute/stdweb.svg?label=%20) | ![stdweb activity](https://img.shields.io/github/commit-activity/y/koute/stdweb.svg?label=%20) | 11379.8k | | | | | [![stdweb repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/koute/stdweb) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=stdweb&color=green)](https://docs.rs/stdweb/) | ![stdweb license](https://img.shields.io/crates/l/stdweb.svg?label=%20) | ![stdweb version](https://img.shields.io/crates/v/stdweb.svg?label=%20) | | **[willow](https://github.com/sindreij/willow)** | ![willow stars](https://img.shields.io/github/stars/sindreij/willow.svg?label=%20) | ![willow contributors](https://img.shields.io/github/contributors/sindreij/willow.svg?label=%20) | ![willow activity](https://img.shields.io/github/commit-activity/y/sindreij/willow.svg?label=%20) | - | | | | | [![willow repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/sindreij/willow) | | | | -| **[yew](https://yew.rs/)** | ![yew stars](https://img.shields.io/github/stars/yewstack/yew.svg?label=%20) | ![yew contributors](https://img.shields.io/github/contributors/yewstack/yew.svg?label=%20) | ![yew activity](https://img.shields.io/github/commit-activity/y/yewstack/yew.svg?label=%20) | 1412.3k | yes | yes | HTML | [React/Redux](https://medium.com/mofed/react-redux-architecture-overview-7b3e52004b6e) | [![yew repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/yewstack/yew) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=Yew&color=green)](https://docs.rs/Yew/) | ![yew license](https://img.shields.io/crates/l/Yew.svg?label=%20) | ![yew version](https://img.shields.io/crates/v/Yew.svg?label=%20) | +| **[yew](https://yew.rs/)** | ![yew stars](https://img.shields.io/github/stars/yewstack/yew.svg?label=%20) | ![yew contributors](https://img.shields.io/github/contributors/yewstack/yew.svg?label=%20) | ![yew activity](https://img.shields.io/github/commit-activity/y/yewstack/yew.svg?label=%20) | 1453.8k | yes | yes | HTML | [React/Redux](https://medium.com/mofed/react-redux-architecture-overview-7b3e52004b6e) | [![yew repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/yewstack/yew) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=Yew&color=green)](https://docs.rs/Yew/) | ![yew license](https://img.shields.io/crates/l/Yew.svg?label=%20) | ![yew version](https://img.shields.io/crates/v/Yew.svg?label=%20) | ## Server frameworks @@ -109,11 +109,10 @@ Since [WASM](http://webassembly.org/) support is available in most browsers we c To build web clients with Rust, you can choose between these libraries: -- **reqwest** (- / [repository](https://github.com/seanmonstar/reqwest) / [documentation](https://docs.rs/reqwest)) -- **awc** (- / [repository](https://github.com/actix/actix-web/tree/master/awc) / [api docs](https://docs.rs/awc)) -- **hyper** ([homepage](http://hyper.rs/) / [repository](https://github.com/hyperium/hyper) / [documentation](http://hyper.rs/hyper/hyper/)) -- **jsonrpc** (- / [repository](https://github.com/apoelstra/rust-jsonrpc/) / [documentation](https://www.wpsoftware.net/rustdoc/jsonrpc/)) -- **wtx** ([homepage](https://c410-f3r.github.io/wtx/) / [repository](https://github.com/c410-f3r/wtx) / [documentation](https://docs.rs/wtx)) +- **reqwest** (- / [repository](https://github.com/seanmonstar/reqwest) / [documentation](https://docs.rs/reqwest)) +- **awc** (- / [repository](https://github.com/actix/actix-web/tree/master/awc) / [api docs](https://docs.rs/awc)) +- **hyper** ([homepage](http://hyper.rs/) / [repository](https://github.com/hyperium/hyper) / [documentation](http://hyper.rs/hyper/hyper/)) +- **jsonrpc** (- / [repository](https://github.com/apoelstra/rust-jsonrpc/ ) / [documentation](https://www.wpsoftware.net/rustdoc/jsonrpc/)) ### Outdated client frameworks @@ -132,6 +131,7 @@ To build web clients with Rust, you can choose between these libraries: | **[rinja](https://github.com/rinja-rs/rinja)** | [![rinja repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/rinja-rs/rinja) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=rinja&color=green)](https://docs.rs/rinja/) | ![rinja license](https://img.shields.io/crates/l/rinja.svg?label=%20) | ![rinja version](https://img.shields.io/crates/v/rinja.svg?label=%20) | ![rinja stars](https://img.shields.io/github/stars/rinja-rs/rinja.svg?label=%20) | ![rinja contributors](https://img.shields.io/github/contributors/rinja-rs/rinja.svg?label=%20) | ![rinja activity](https://img.shields.io/github/commit-activity/y/rinja-rs/rinja.svg?label=%20) | | **[ructe](https://github.com/kaj/ructe)** | [![ructe repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/kaj/ructe) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=ructe&color=green)](https://docs.rs/ructe/) | ![ructe license](https://img.shields.io/crates/l/ructe.svg?label=%20) | ![ructe version](https://img.shields.io/crates/v/ructe.svg?label=%20) | ![ructe stars](https://img.shields.io/github/stars/kaj/ructe.svg?label=%20) | ![ructe contributors](https://img.shields.io/github/contributors/kaj/ructe.svg?label=%20) | ![ructe activity](https://img.shields.io/github/commit-activity/y/kaj/ructe.svg?label=%20) | | **[sailfish](https://sailfish.netlify.app/)** | [![sailfish repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/Kogia-sima/sailfish) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=sailfish&color=green)](https://docs.rs/sailfish/) | ![sailfish license](https://img.shields.io/crates/l/sailfish.svg?label=%20) | ![sailfish version](https://img.shields.io/crates/v/sailfish.svg?label=%20) | ![sailfish stars](https://img.shields.io/github/stars/Kogia-sima/sailfish.svg?label=%20) | ![sailfish contributors](https://img.shields.io/github/contributors/Kogia-sima/sailfish.svg?label=%20) | ![sailfish activity](https://img.shields.io/github/commit-activity/y/Kogia-sima/sailfish.svg?label=%20) | +| **[srtemplate](https://sergioribera.github.io/srtemplate)** | [![srtemplate repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/SergioRibera/srtemplate) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=srtemplate&color=green)](https://docs.rs/srtemplate/) | ![srtemplate license](https://img.shields.io/crates/l/srtemplate.svg?label=%20) | ![srtemplate version](https://img.shields.io/crates/v/srtemplate.svg?label=%20) | ![srtemplate stars](https://img.shields.io/github/stars/SergioRibera/srtemplate.svg?label=%20) | ![srtemplate contributors](https://img.shields.io/github/contributors/SergioRibera/srtemplate.svg?label=%20) | ![srtemplate activity](https://img.shields.io/github/commit-activity/y/SergioRibera/srtemplate.svg?label=%20) | | **[tera](https://keats.github.io/tera/)** | [![tera repo](https://img.shields.io/badge/GitHub-git-blue)](https://github.com/Keats/tera) | [![Docs](https://img.shields.io/static/v1?label=docs.rs&message=tera&color=green)](https://docs.rs/tera/) | ![tera license](https://img.shields.io/crates/l/tera.svg?label=%20) | ![tera version](https://img.shields.io/crates/v/tera.svg?label=%20) | ![tera stars](https://img.shields.io/github/stars/Keats/tera.svg?label=%20) | ![tera contributors](https://img.shields.io/github/contributors/Keats/tera.svg?label=%20) | ![tera activity](https://img.shields.io/github/commit-activity/y/Keats/tera.svg?label=%20) | ### Outdated templating libraries diff --git a/data.toml b/data.toml index 88eec71..ab89f5f 100644 --- a/data.toml +++ b/data.toml @@ -554,6 +554,12 @@ name = "askama" repo = "https://github.com/djc/askama" crates-io = "askama" +[[template]] +name = "srtemplate" +repo = "https://github.com/SergioRibera/srtemplate" +homepage = "https://sergioribera.github.io/srtemplate" +crates-io = "srtemplate" + [[template]] name = "stpl" repo = "https://github.com/dpc/stpl"