Introduction

110 阅读1分钟

Selling points

  • Systems programming
  • Memory safety without garbage collection
  • Performance
  • Strongly typed

Language basics

  • data types
  • control flow
  • functions
  • structures

Advanced

  • ownership and borrowing
  • concurrency
  • projects