From effe564cc436346993a7a463a326e397e226f5b6 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 6 Mar 2016 12:06:04 +0100 Subject: [PATCH] add a README explaining the purpose of the workspace/ folder --- workspace/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 workspace/README.md diff --git a/workspace/README.md b/workspace/README.md new file mode 100644 index 0000000..ff4e1ee --- /dev/null +++ b/workspace/README.md @@ -0,0 +1,9 @@ +## Workspace + +This folder contains your Rust-101 workspace. I suggest you copy this +folder somewhere else. Try `cargo build` in that new folder to check that compiling your workspace succeeds. +(You can also execute it with `cargo run`, but you'll need to do some work before this will succeed.) +See the [main tutorial](https://www.ralfj.de/projects/rust-101/main.html) for more details. + +Please do *not* edit this folder inside a `git clone` of Rust-101. The files in here are auto-generated. +You should edit the files in `src/` in the repository root instead. -- 2.30.2