Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/DaviRain-Su/all-in-one-rust


https://github.com/DaviRain-Su/all-in-one-rust

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# all-in-one-rust

Wiki中整理了一些关于Rust相关遇到的问题。

## 下面是列出来的一些自己维护的库和写的文章

- [改写std的库为支持no_std的库及写出一个支持std和no_std库的经验谈](https://github.com/DaviRain-Su/rust-no-std-source)
- [pallet-ibc是IBC跨链协议在Substrate上的实现目前我将Substrate chain 看作为Solomachine client的共识机制](https://github.com/DaviRain-Su/pallet-ibc)
- [ibc-light-clients 包含了IBC协议中的轻客户端](https://github.com/DaviRain-Su/ibc-light-clients)
- [算法实现通过Rust语言,还有一些别的语言](https://github.com/DaviRain-Su/algorithms)
- [简单的例子rust调用go](https://github.com/DaviRain-Su/rust-call-go)
- [翻译 - 关于Rust的上下文泛型编程(Context Generic Programming](https://github.com/DaviRain-Su/example-context-generic)
- [Monkey language interpreter Rust language implementation](https://github.com/DaviRain-Su/monkey-interpter)
- [自己总结的关于区块链的资料](https://github.com/DaviRain-Su/blockchain-tourtials)
- [RPC之tarpc](./rpc/README.md)
- [OnceCell和OnceLock的介绍](./oncecell-and-oncelock-example/README.md)
- [有关环境变量在rust中的](./examples/example-env/README.md)

## Example Code

- [OnceCell 与 OnceLock 的对比的例子](./oncecell-and-oncelock-example)
- [什么是Sparse by default crates.io的例子](./sparse-by-default-cratesio)

## 翻译的书

- Rust for Rustaceans
- [Chapter1: Fundation](./rust-for-rustaceans/src/chapter_1.md)
- [Chapter 2: Types](./rust-for-rustaceans/src/chapter_2.md)

## 在写Rust图书

- [Head First Rust](https://github.com/DaviRain-Su/head-first-rust)

## About tutorial

- [Learn eBpf](https://github.com/lizrice/learning-ebpf)