Reading List (2021 - 06)

Macros in Rust: A tutorial with examples

Static - Rust by Example

推荐好文! 讲解 Rust 中,'static 在两种使用场景。

What are const generics?

Announcing Rust 1.53.0

The main stable features in this release:

  1. IntoIterator for arrays

  2. Or patterns

  3. Unicode identifiers

  4. HEAD branch name support in Cargo

JaveScripts async and await

Rust 中的 Pin 和 UnPin

One of the best docs about Pin and UnPin i have ever read.

My Leadership Document — 2021 Edition

The author explains what is leadership and how to practice it.

His Beliefs

  1. Leadership is about being a better person

  2. To create a high performing team, you must help others grow as leaders

  3. Leaders must set unarguable goals for the team they lead

His Leadership Behaviors

  1. Setting the pace

  2. Watching for execuses

  3. Using your leverage

  4. Following through with commitments

  5. Sharpening your knives

SF