diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..193b3735ae9992327a9d2f1bd61a7ca032b398f4 --- /dev/null +++ b/README.md @@ -0,0 +1,43 @@ +D7018E Special Studies RUST +=========================== + +Assignment 3 +------------ + +## Dependencies + +Cargo, rustc + +See [this guide](https://gitlab.henriktjader.com/d7018e-special-studies-embedded-systems/are_we_embedded_yet/blob/master/doc/Ecosystem.md) +for instructions. + +## Installation + +``` +git clone https://gitlab.henriktjader.com/D7018E-SS-RUST/a3_decode.git +``` +or +``` +git clone git@gitlab.henriktjader.com:D7018E-SS-RUST/a3_decode.git +``` +for developers. + + + +## Usage + +### Compile: + +``` +cargo build +``` + +### Run: + +``` +cargo run +``` + +## Description + +Will take the string from CODED and output the decoded string into PLAIN