1. 1. What is Rust?
  2. 2. Rust empowers by being...
    ❱
    1. 2.1. ⚙️ Reliable
      ❱
      1. 2.1.1. Type safety
      2. 2.1.2. Consider all cases
    2. 2.2. 🐎 Performant
      ❱
      1. 2.2.1. Zero-cost abstractions
      2. 2.2.2. Specify only what's necessary
    3. 2.3. 🥰 Supportive
      ❱
      1. 2.3.1. Polished developer experience
    4. 2.4. 🧩 Productive
      ❱
      1. 2.4.1. Ecosystem
      2. 2.4.2. Stability
    5. 2.5. 🔧 Transparent
      ❱
      1. 2.5.1. No global costs
    6. 2.6. 🤸 Versatile
      ❱
      1. 2.6.1. Expose all system capabilities
  3. 3. How to Rustacean
    ❱
    1. 3.1. 💖 Be kind and considerate
    2. 3.2. ✨ Bring joy to the user
      ❱
      1. 3.2.1. Improving Rust's compiler messages
    3. 3.3. 👋 Show up
      ❱
      1. 3.3.1. Raising an objection about a design
    4. 3.4. 🔭 Recognize others' knowledge
    5. 3.5. 🔁 Start somewhere
    6. 3.6. ✅ Follow through
    7. 3.7. 🤝 Pay it forward
      ❱
      1. 3.7.1. Spreading knowledge
    8. 3.8. 🎁 Trust and delegate
  4. 4. 📜 Case studies
  5. 5. ❓ FAQ

Rustacean Principles

Specify only what's necessary