Skip to content

shuliang/rust-practice

Repository files navigation

Rust Practice

This repo contains Rust demos.

Intro to rust-lang

This is a good video tutorial on youtube (bilibili also has a copy) made by tensor-programming.

code
p8-snake
p14-threads
p16-sniffer

yew examples

Examples for yew.

code
yew-app
counter
timer
todomvc
crm

《深入浅出rust》(dive into rust)

Based on examples from 《深入浅出rust》.

code
第一部分:基础知识
第二部分:内存安全
第三部分:高级抽象
第四部分:线程安全

《精通rust》(Mastering rust)

Examples from《精通rust(第2版)》.

chaptercode
11.5.2env_logger
11.5.3log4rs
11.5.4slog
12.2rudis_sync
12.3rudis_async
13.2.1hyperurl
13.2.2shorten
13.4linksnap

talent-plan

Rust and distributed systems training courses from PingCAP talent-plan.

Series 2: Rust Programming

TP 201: Practical Networked Applications in Rust

mini-redis

The official Tokio (asynchronous runtime for rust) tutorial project, a simple and idiomatic implementation of a Redis client and server.

The Book

The official rust book - The Rust Programming Language.

Learn Rust With Entirely Too Many Linked Lists

Releases

No releases published

Packages

No packages published

Languages