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

https://github.com/brson/rust-in-china


https://github.com/brson/rust-in-china

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Rust in China

A short deck about about Rust adoption and community in China.

As presented at RustFest Barcelona 2019.

[brson.github.io/rust-in-china][r-i-c]

[r-i-c]: https://brson.github.io/rust-in-china

## Rust production users in China

And their Rust projects...

### Baidu X-Labs

What: research into secure systems.

- [Rust SGX SDK](https://github.com/apache/mesatee-sgx) - Rust in secure enclaves
- [Mesalink](https://github.com/mesalock-linux/mesalink) - OpenSSL-compatible TLS
- [Mesabox](https://github.com/mesalock-linux/mesabox)- BusyBox in Rust
- [Mesalock Linux](https://github.com/mesalock-linux) - Linux in Rust

### Nervos Network

What: a blockchain network with a RISC-V VM.

- [CKB-VM](https://github.com/nervosnetwork/ckb-vm) - A RISC-V VM.
- [CKB](https://github.com/nervosnetwork/ckb) - A blockchain on CKB-VM.
- [Muta](https://github.com/nervosnetwork/muta) - A framework for building blockchains.

### PingCAP

What: a distributed MySQL-compatible database.

- [TiKV](https://github.com/tikv/tikv) - A distributed key-value store.
- [raft-rs](https://github.com/tikv/raft-rs) - The raft consensus protocol.
- [rust-prometheus](https://github.com/tikv/rust-prometheus) - Prometheus metrics reporting.
- [rust-rocksdb](https://github.com/tikv/rust-rocksdb) - RocksDB bindings.
- [grpc-rs](https://github.com/tikv/grpc-rs) - gRPC reference bindings.

### Zhihu

What: Quara-like Q&A engine.

- [Rucene](https://github.com/zhihu/rucene) - Lucene in Rust.

## Rust in China onboarding links

- https://zhuanlan.zhihu.com/p/26944087
- https://lug.ustc.edu.cn/wiki/mirrors/help/rust-static
- https://mirror.tuna.tsinghua.edu.cn/help/rustup/
- https://lug.ustc.edu.cn/wiki/mirrors/help/rust-crates

## License

Custom content is CC-BY-4.0 / MIT.

reveal.js is MIT.