Pinned Repositories
concurrency-in-go
concurrency in go notes
gmicro
golang grpc micro framework.
go-ddd-api
go ddd api design
go-proj
Go web/api, grpc, job layered design, can be used for go large project development.
rs-api
rust web api application
rs-cookbook
rust cookbook practical code
rs-rpc
rust grpc microservice project.
rust-bible
rust bible notes
rust-in-action
Rust practical project development
thinkgo
Public libraries and components for glang development.
daheige's Repositories
daheige/rust-advanced-programming
The rust advanced programming sequence is mainly aimed at people who have basic rust development and want to further advance and improve their own level.
daheige/qt-in-action
qt in action notes
daheige/nuttx
Apache NuttX is a mature, real-time embedded operating system (RTOS)
daheige/100-exercises-to-learn-rust
A self-paced course to learn Rust, one exercise at a time.
daheige/ArdanRustService
daheige/cxx
Safe interop between Rust and C++
daheige/DragonOS
使用Rust从0自研内核,具有Linux兼容性的操作系统,面向云计算轻量化场景而设计。
daheige/easy_rust
Rust explained using easy English
daheige/flume
A safe and fast multi-producer, multi-consumer channel.
daheige/hurl
Hurl, run and test HTTP requests with plain text.
daheige/image-rs
Encoding and decoding images in Rust
daheige/learn-haskell-blog-generator
Learn Haskell by building a blog generator - an introductory book about Haskell.
daheige/learning-rust2
Rust 学习之路 > Rust Programming Tutorial, include articles, interview, example, problems.
daheige/linux-insides-zh
Linux 内核揭秘
daheige/mini-bitcask-rs
mini bitcask in Rust
daheige/miniserde
Data structure serialization library with several opposite design goals from Serde
daheige/moka
A high performance concurrent caching library for Rust
daheige/myasm
关于汇编语言在linux环境下的工程
daheige/quiche
🥧 Savoury implementation of the QUIC transport protocol and HTTP/3
daheige/quinn
Async-friendly QUIC implementation in Rust
daheige/regex
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
daheige/rfcs
RFCs for changes to Rust
daheige/rust-base64
base64, in rust
daheige/rust-csv
A CSV parser for Rust, with Serde support.
daheige/rust-learning-docs
(Chinese) 收集一些不错的 Rust 学习资料、博客、书籍等
daheige/Rust-web-code
Code for the book "Rust Web Development"
daheige/RustBooks
List of Rust books
daheige/ssr-rs
Server side rendering on rust servers using the v8 engine for parse and evaluate the javascript code.
daheige/tabled
An easy to use library for pretty print tables of Rust structs and enums.
daheige/wg-async
Working group dedicated to improving the foundations of Async I/O in Rust