Introduction

This book serves as the main ressource about The Rust Programming Language at Camptocamp.

Hello Ferris

To beginn with, let's greet Ferris 🦀, the unofficial mascot of the Rust Community, with a few lines of Rust code - just click the play button to say hi.

fn main() {
    println!("Hello Ferris!");
}

Community

The community behind this book is the Rust Guild at Camptocamp. If you have any questions regarding this book, the affiliated repository or its content join the #gs-guild-rust Slack channel.