Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
R

Rust-Full-Stack

> 前端框架
Open source

Rust projects here are easy to use. There are blog posts for them also.

1.6K stars0 likes0 views
WebsiteGitHub

About

Rust projects here are easy to use. There are blog posts for them also.

How to be a full stack Rust Developer

Read Rust API guideline. Test code here and refer to the Rust blog posts at Steadylearner.

If you need or know someone to hire a full stack developer, please contact me. I also do freelance.

If you want the similar one for Ethereum, visit eth-diary repository.

The reason to use this repository

Everything is simple with examples but it is not easy to make them with Rust.

Use code here and spare your time.

Crates by Steadylearner

  • born is to help you reduce code duplication in struct and enum. Refer to the Python FAST API documentation that inspired it.

React and Rust web project demo that you can login

You can read server side code made with Rust Warp framework.

Smart compose demo with React

Node project examples

Contact

Use them if you need a personal help or need a new developer in your company.

  1. LinkedIn or Twitter
  2. Telegram

The current state of this repository

I will update www.steadylearner.com Rust Rocket website. I knew that there was a problem with a view count update but was ignoring that. I will start after my current freelance work.

I am working while learning blockchain technologies. There will be less updates than before.


Rust

* Update Steadylearner with [a new Rocket async code](https://github.com/SergioBenitez/Rocket) and share some parts of it here.

Interesting projects and blog posts from others

  • Rust-Performance
  • envconfig-rs
  • Redelete
  • Blog with Rust Yew Frontend
  • fstring-rs
  • Loadtest with Rust
  • Telegram bot framework
  • Rust GUI
  • Learn about the disk usage of directories
  • Rest API with Actix
  • Ploty in Rust
  • Rust Warp Realworld App
  • Rust Tide Realworld App
  • Rust Yew Realworld App
  • async executors
  • Global data in Rust
  • Host Rust+Wasm projects on github pages or other
  • Text editor written in Rust
  • async http
  • a half hour to learn Rust
  • Loadtest example
  • Web crawler in Rust
  • Rust bin template
  • SQL async sqlx, mobc
  • inline-python
  • duplicate
  • async diesel or tokio-diesel
  • thiserror, anyhow and try blocks to handle errors in Rust
  • surf and wiremock to test http
  • lazy_static and once_cell
  • juniper, and graphql-client
  • rayon, crossbeam, easy-parallel, fearles concurrency etc for multithreading
  • Rust + Tokio.rs + ElectronJs + React
  • RustPython
  • Yew + Rocket - I need to refer to it before I refactor or rewrite the Steadylearner.

CLI

If you want to make some apps, refer to the official documenation and the code snippet used there.

  • bat
  • Rust on the command line, clap and the blog post for it
  • Communicating with humans
  • Communicating with machines
  • Real projects

Cargo packages

Use $du -h ./foldername first before you use plugins that delete codes to compare.

  • Use cargo wipe when you are full of unused Rust projects. See results here. You can use $cargo clean for a folder. You can also use cargo-sweep.
  • Use cargo ws to manage large projects and refer to Lerna. Read official documentation for this also.

Error handling

Read how std error works with official documenation. Learn how to use cusotm error types.

Then, use thiserror to build a web server, library etc. Use anyhow with it when necessary.

  • Learn how to use thiserror and anyhow with this blog post
  • [Test them building a web server](https://blog.logrocket.com/create-an-async

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

Rustactix-webfullstack-rustgrpcgrpc-rust

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category前端框架
PricingOpen source

> Related tools

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架