The Rust Programming Language

Books
  1. awesome: https://github.com/rust-unofficial/awesome-rust
  2. 官方书籍: https://doc.rust-lang.org/book
  3. 中文书籍(社区书): https://rustcc.gitbooks.io/rustprimer/content
  4. 中文翻译: https://www.gitbook.com/@kaisery
  5. Programming Rust
未经研究的书
  1. Step Ahead With Rust: 中高级的Rust书: https://www.amazon.com/Step-Ahead-Rust-Systems-Programming/dp/0999361805/ref=sr_1_1?ie=UTF8&qid=1523651277&sr=8-1&keywords=Step+ahead+with+rust
  2. Rust High Performance https://www.packtpub.com/application-development/rust-high-performance
区块链相关
  1. Parity: (Ethereum and Bitcoin) https://github.com/paritytech
  2. Midsafe: very cool Autonomous Data Network https://github.com/maidsafe
  3. Cita: a blockchain https://github.com/cryptape/cita
  4. Protocol Labs's libp2p https://github.com/libp2p/rust-libp2p
  5. Exonum: A framework for private blockchains https://github.com/exonum/exonum
  6. Solana: 想要做一条高性能区块链的项目 https://github.com/solana-labs/solana
  7. Ristretto Bulletproofs: 零知识证明的实验库 https://github.com/chain/ristretto-bulletproofs
  8. Dalek: 专门研究椭圆加密学的项目 https://github.com/dalek-cryptography
  9. Grin: MimbleWimble协议的实现(比特币扩容方案) https://github.com/mimblewimble/grin