You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2022. It is now read-only.
"desc": "List of resources for web development in Rust",
26
+
"url": "https://www.arewewebyet.org/",
27
+
"tags": ["official", "web"]
28
+
},
29
+
{
30
+
"title": "Rust and WebAssembly",
31
+
"desc": "A small book that describes how to use Rust and WebAssembly together.",
32
+
"url": "https://rustwasm.github.io/docs/book/",
33
+
"tags": ["official", "web", "webassembly"]
34
+
},
35
+
{
36
+
"title": "Rocket",
37
+
"desc": "Rocket is a web framework for Rust that makes it simple to write fast, secure web applications without sacrificing flexibility, usability, or type safety.",
38
+
"url": "https://rocket.rs/v0.4/guide/",
39
+
"tags": ["framework", "web", "application"]
40
+
},
41
+
{
42
+
"title": "Actix",
43
+
"desc": "Rust's powerful actor system and most fun web framework",
44
+
"url": "https://actix.rs/",
45
+
"tags": ["framework", "web", "application"]
46
+
},
47
+
{
48
+
"title": "Rust 101",
49
+
"desc": "A small, interactive and hands-on tutorial into the rust language.",
0 commit comments