Skip to content

Repository files navigation

Rust Book

A Rust workspace for exercises found in The Rust Programming Language Book.

Getting started

Prerequisites

Build and run

# Build all projects in the workspace
cargo build # from the workspace root.

# Run the binary (debug build)
cargo run -p ${name_of_project}

License

This project is dual-licensed under MIT OR Apache-2.0 — see the LICENSE-MIT and LICENSE-APACHE-2.0 files in the repository.

About

A Rust workspace for exercises found in The Rust Programming Language Book

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages