1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-11-06 09:29:26 +02:00

Rename exercise template directory and archive.

This commit is contained in:
Andrew Walbran
2023-04-05 16:15:42 +01:00
parent ed4f5b64c4
commit 86d8c4ae54
6 changed files with 17 additions and 10 deletions

View File

@@ -15,5 +15,12 @@ fn some_more_code() {
```
````
It will create a file `book/exerciser/exercise-templates/example/src/main.rs` with the appropriate
contents.
and mdbook configuration in `book.toml` like:
```toml
[output.exerciser]
output-directory = "comprehensive-rust-exercises"
```
It will create a file `book/exerciser/comprehensive-rust-exercises/example/src/main.rs` with the
appropriate contents.