Leptos¶
Leptos is a full-stack, isomorphic Rust web framework leveraging fine-grained reactivity to build declarative user interfaces.
Dioxus¶
Dioxus is a portable, performant, and ergonomic framework for building cross-platform user interfaces in Rust.
Sycamore¶
Sycamore is a reactive library for creating web apps in Rust and WebAssembly.
yewstack/yew¶
seed¶
Seed is a front-end Rust framework for creating fast and reliable web apps with an elm-like architecture.
Good Webassembly Tools
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
wizer
wizer Don't wait for your Wasm module to initialize itself, pre-initialize it! Wizer instantiates your WebAssembly module, executes its initialization function, and then snapshots the initialized state out into a …
The Result Enum in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Garbage Collection for Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
crossbeam-epoch
The
crossbeam-epoch crate provides epoch-based garbage collection for building concurrent data structures.
bumpalo
bumpalo is a fast bump allocation arena for Rust. Bump allocation is a fast, but limited approach …
Rust for Backend Development
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Backend Frameworks for REST APIs
Please refer to Rust Backend Frameworks for Rest APIs for detailed discussions.
Backend Frameworks for gRPC APIs
Please refer to Rust Backend Frameworks for gRPC APIs …
Useful Rust Crates for Database
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://github.com/neondatabase/neon Neon is a serverless open-source alternative to AWS Aurora Postgres. It separates storage and compute and substitutes the PostgreSQL storage layer by redistributing data across a …