Ben Chuanlong Du's Blog

It is never too late to learn.

Foreign Language Integration in Rust

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

cc

cc is a build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into …

Rust for Frontend Development

https://github.com/leptos-rs/leptos Leptos is a full-stack, isomorphic Rust web framework leveraging fine-grained reactivity to build declarative user interfaces.

https://github.com/DioxusLabs/dioxus Dioxus is a portable, performant, and ergonomic framework for building cross-platform user interfaces in Rust.

https://github.com/sycamore-rs/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.