Resources for Go and Rust

Explore additional resources to deepen your understanding of Go and Rust.

Learning Resources

Official Go Documentation

A comprehensive resource for learning Go, including tutorials and language specifications.

Visit Official Go Docs

The Rust Programming Language Book

An in-depth book covering the Rust programming language, available online for free.

Read The Rust Book

Go by Example

A hands-on introduction to Go using annotated example programs.

Explore Go by Example

Community and Forums

Go Forum

Engage with the Go community, ask questions, and share your projects.

Visit Go Forum

Rust Subreddit

Discuss Rust-related topics, share resources, and stay updated on the latest developments.

Visit Rust Subreddit

Rust Users Forum

A forum for discussing Rust, asking questions, and sharing knowledge.

Visit Rust Users Forum

Tools and Libraries

Go Packages

A registry of Go packages, making it easy to discover and use libraries.

Explore Go Packages

Crates.io

Rust's package registry, where you can find and publish crates.

Visit Crates.io spoiler="Check the Crates.io GitHub repository">

The Go Playground

An online environment for writing,

Try Go Playground

Tutorials and Guides

Go Tour

An interactive tour of the Go language, covering the basics and beyond.

Take the Go Tour

Rust By Example

A tutorial that teaches Rust through examples and exercises.

Explore Rust By Example