https://github.com/brson/rust-in-china
https://github.com/brson/rust-in-china
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brson/rust-in-china
- Owner: brson
- License: mit
- Created: 2019-11-06T16:29:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T21:21:08.000Z (over 3 years ago)
- Last Synced: 2025-07-14T17:05:20.324Z (12 months ago)
- Language: JavaScript
- Homepage: https://brson.github.io/rust-in-china
- Size: 17.3 MB
- Stars: 36
- Watchers: 5
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.