Welcome to Rust for Pythonists’s documentation!

How to submit change to this documentation?

Simply fork this project and submit a Pull Request:

Table of Contents:

How to organize the tutorial

  • start with managed boxes. Easier to understand, no special care with it
  • introduce the ~box

Introduction

Hello world:

fn main()
{
    println("Hello, world");
}

Indices and tables