mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-19 22:19:29 +02:00
The content slides all use `fn main`, with the exception of the testing segment. But with this change, where it makes sense exercises use tests instead, and not both tests and `fn main`. A small change in `book.js` supports running tests when a code sample does not have `fn main` but does have `#[test]`, so these work naturally. Fixes #1581.
Exercism Rust Track
This directory contains exercises copied from the Exercism Rust Track. Please see https://github.com/exercism/rust for the full project.
License
The Exercism Rust Track is licensed under the MIT license (LICENSE).