-
One of the bigger milestones at the moment is getting the frontend working again.
The "rust compiled template engine" (`ructe`) templates, which are in `/aardwolf-templates`, are no longer function…
-
### Roadmap URL
https://roadmap.sh/rust
### Suggestions
Leptos is a fast and lightweight web framework for building reactive apps in Rust. It lets create both: client and server-side applications w…
-
I hail from the land of [Yew](https://github.com/yewstack/yew).
I'm working on a [request](https://github.com/yewstack/yew/issues/245) from a user to build a to-do app for todomvc.
If you need e…
-
Can megalodon-rs support wasm so that it can used by rust framework like yew?
-
https://yew.rs/docs/getting-started/build-a-sample-app
-
Having a diverse set of options in the ecosystem also means there are choices/decisions to be made ... 🙄
+ https://actix.rs/
+ https://github.com/tokio-rs/axum
+ https://rocket.rs/
+ https://ye…
-
Libraries/frameworks use proc macros to introduce custom syntax for their specialized use case. Take `html!` macro from [Yew](https://github.com/yewstack/yew/) for example (multiple examples of syntax…
-
#### Description
Yew's Virtual DOM implementation is too coupled to the framework and should be moved to a different crate if possible. This would allow other backends to be used with Yew in the fu…
-
Currently, we have quite a few macros that seem to do similar, but not quite the same thing. We should think about improving the documentation to make clear which ones to use with Yew, and which ones …
-
### Description
Is there a guide/instructions to create F# bindings to Rust crates? I could not find any information.
Alternately, are any crates "baked into" the F# to Rust conversion via Fabl…