-
```
$ cargo build --release
...
Compiling aardwolf-actix v0.1.0
error[E0425]: cannot find value `assets` in this scope
--> aardwolf-actix/src/lib.rs:228:49
|
228 | …
yonas updated
5 months ago
-
_This is a Focus Area tracking issue_
Before we can start work on the Bevy Editor, we need a solid UI implementation. Bevy UI already has nice "flexbox" layout, and we already have a first stab at …
-
It'd be great to turn docs.rs into an offline-first PWA (Progressive Web App). So the user would still be able to browse the docs they have already visited before even when offline, without having to …
-
React isn't all too well suited for hot code. It takes up the majority of our frame time, which is kind of sad considering the real calculations are happening in our Rust code. We could look into lett…
CryZe updated
6 months ago
-
```bash
$ cargo run --bin todomvc
Finished dev [unoptimized + debuginfo] target(s) in 0.15s
Running `target/debug/todomvc`
panicked at [...]/js-sys-0.3.69/src/lib.rs:6013:9:
cannot call …
-
We need to decide what technologies we're going to use. This RFC has been created to let Tokyo Rust community members weigh in on the decision. Before making a suggestion, please review the following …
-
Are there any plans for JSX in AS, or any existing TSX projects? A google search didn't turn up much. Basically something similar to `asm-dom` for C or `yew` for Rust?
-
**Describe the solution you'd like**
We are using yew to build pour web application interface.
Based on that we wanna to use Tauri to generate native application with the same user interface, so base…
-
# 总结
- 源码研究:https://github.com/cisen/sourcecode-rust-30
- rust wiki cn https://rustwiki.org/
- training: https://github.com/cisen/rust-training
- 类似npm的库文档:https://crates.io/
- 内置属性:https://githu…
cisen updated
2 weeks ago
-
**Is your feature request related to a problem? Please describe.**
I'm struggling to adopt Leptos because indenting the HTML-ish elements inside "rsx" (`view!` macro) is incorrect with text editors…