aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rust/armstrong-numbers/.exercism/metadata.json (renamed from armstrong-numbers/.exercism/metadata.json)0
-rw-r--r--rust/armstrong-numbers/.gitignore (renamed from armstrong-numbers/.gitignore)0
-rw-r--r--rust/armstrong-numbers/Cargo.toml (renamed from armstrong-numbers/Cargo.toml)0
-rw-r--r--rust/armstrong-numbers/README.md (renamed from armstrong-numbers/README.md)0
-rw-r--r--rust/armstrong-numbers/src/lib.rs (renamed from armstrong-numbers/src/lib.rs)0
-rw-r--r--rust/armstrong-numbers/tests/armstrong-numbers.rs (renamed from armstrong-numbers/tests/armstrong-numbers.rs)0
-rw-r--r--rust/beer-song/.exercism/metadata.json (renamed from beer-song/.exercism/metadata.json)0
-rw-r--r--rust/beer-song/.gitignore (renamed from beer-song/.gitignore)0
-rw-r--r--rust/beer-song/Cargo.toml (renamed from beer-song/Cargo.toml)0
-rw-r--r--rust/beer-song/README.md (renamed from beer-song/README.md)0
-rw-r--r--rust/beer-song/src/intersperse.rs (renamed from beer-song/src/intersperse.rs)0
-rw-r--r--rust/beer-song/src/lib.rs (renamed from beer-song/src/lib.rs)0
-rw-r--r--rust/beer-song/tests/beer-song.rs (renamed from beer-song/tests/beer-song.rs)0
-rw-r--r--rust/bob/.exercism/metadata.json (renamed from bob/.exercism/metadata.json)0
-rw-r--r--rust/bob/.gitignore (renamed from bob/.gitignore)0
-rw-r--r--rust/bob/Cargo.toml (renamed from bob/Cargo.toml)0
-rw-r--r--rust/bob/README.md (renamed from bob/README.md)0
-rw-r--r--rust/bob/src/lib.rs (renamed from bob/src/lib.rs)0
-rw-r--r--rust/bob/tests/bob.rs (renamed from bob/tests/bob.rs)0
-rw-r--r--rust/clock/.exercism/metadata.json (renamed from clock/.exercism/metadata.json)0
-rw-r--r--rust/clock/.gitignore (renamed from clock/.gitignore)0
-rw-r--r--rust/clock/Cargo.toml (renamed from clock/Cargo.toml)0
-rw-r--r--rust/clock/README.md (renamed from clock/README.md)0
-rw-r--r--rust/clock/src/lib.rs (renamed from clock/src/lib.rs)0
-rw-r--r--rust/clock/tests/clock.rs (renamed from clock/tests/clock.rs)0
-rw-r--r--rust/difference-of-squares/.exercism/metadata.json (renamed from difference-of-squares/.exercism/metadata.json)0
-rw-r--r--rust/difference-of-squares/.gitignore (renamed from difference-of-squares/.gitignore)0
-rw-r--r--rust/difference-of-squares/Cargo.toml (renamed from difference-of-squares/Cargo.toml)0
-rw-r--r--rust/difference-of-squares/README.md (renamed from difference-of-squares/README.md)0
-rw-r--r--rust/difference-of-squares/src/lib.rs (renamed from difference-of-squares/src/lib.rs)0
-rw-r--r--rust/difference-of-squares/tests/difference-of-squares.rs (renamed from difference-of-squares/tests/difference-of-squares.rs)0
-rw-r--r--rust/dot-dsl/.exercism/metadata.json (renamed from dot-dsl/.exercism/metadata.json)0
-rw-r--r--rust/dot-dsl/.gitignore (renamed from dot-dsl/.gitignore)0
-rw-r--r--rust/dot-dsl/Cargo.toml (renamed from dot-dsl/Cargo.toml)0
-rw-r--r--rust/dot-dsl/README.md (renamed from dot-dsl/README.md)0
-rw-r--r--rust/dot-dsl/src/lib.rs (renamed from dot-dsl/src/lib.rs)0
-rw-r--r--rust/dot-dsl/tests/dot-dsl.rs (renamed from dot-dsl/tests/dot-dsl.rs)0
-rw-r--r--rust/gigasecond/.exercism/metadata.json (renamed from gigasecond/.exercism/metadata.json)0
-rw-r--r--rust/gigasecond/.gitignore (renamed from gigasecond/.gitignore)0
-rw-r--r--rust/gigasecond/Cargo.toml (renamed from gigasecond/Cargo.toml)0
-rw-r--r--rust/gigasecond/README.md (renamed from gigasecond/README.md)0
-rw-r--r--rust/gigasecond/src/lib.rs (renamed from gigasecond/src/lib.rs)0
-rw-r--r--rust/gigasecond/tests/gigasecond.rs (renamed from gigasecond/tests/gigasecond.rs)0
-rw-r--r--rust/grains/.exercism/metadata.json (renamed from grains/.exercism/metadata.json)0
-rw-r--r--rust/grains/.gitignore (renamed from grains/.gitignore)0
-rw-r--r--rust/grains/Cargo.toml (renamed from grains/Cargo.toml)0
-rw-r--r--rust/grains/README.md (renamed from grains/README.md)0
-rw-r--r--rust/grains/src/lib.rs (renamed from grains/src/lib.rs)0
-rw-r--r--rust/grains/tests/grains.rs (renamed from grains/tests/grains.rs)0
-rw-r--r--rust/hello-world/.exercism/metadata.json (renamed from hello-world/.exercism/metadata.json)0
-rw-r--r--rust/hello-world/.gitignore (renamed from hello-world/.gitignore)0
-rw-r--r--rust/hello-world/Cargo.toml (renamed from hello-world/Cargo.toml)0
-rw-r--r--rust/hello-world/GETTING_STARTED.md (renamed from hello-world/GETTING_STARTED.md)0
-rw-r--r--rust/hello-world/README.md (renamed from hello-world/README.md)0
-rw-r--r--rust/hello-world/src/lib.rs (renamed from hello-world/src/lib.rs)0
-rw-r--r--rust/hello-world/tests/hello-world.rs (renamed from hello-world/tests/hello-world.rs)0
-rw-r--r--rust/high-scores/.exercism/metadata.json (renamed from high-scores/.exercism/metadata.json)0
-rw-r--r--rust/high-scores/.gitignore (renamed from high-scores/.gitignore)0
-rw-r--r--rust/high-scores/Cargo.toml (renamed from high-scores/Cargo.toml)0
-rw-r--r--rust/high-scores/README.md (renamed from high-scores/README.md)0
-rw-r--r--rust/high-scores/src/lib.rs (renamed from high-scores/src/lib.rs)0
-rw-r--r--rust/high-scores/tests/high-scores.rs (renamed from high-scores/tests/high-scores.rs)0
-rw-r--r--rust/leap/.exercism/metadata.json (renamed from leap/.exercism/metadata.json)0
-rw-r--r--rust/leap/.gitignore (renamed from leap/.gitignore)0
-rw-r--r--rust/leap/Cargo.toml (renamed from leap/Cargo.toml)0
-rw-r--r--rust/leap/README.md (renamed from leap/README.md)0
-rw-r--r--rust/leap/src/lib.rs (renamed from leap/src/lib.rs)0
-rw-r--r--rust/leap/tests/leap.rs (renamed from leap/tests/leap.rs)0
-rw-r--r--rust/matching-brackets/.exercism/metadata.json (renamed from matching-brackets/.exercism/metadata.json)0
-rw-r--r--rust/matching-brackets/.gitignore (renamed from matching-brackets/.gitignore)0
-rw-r--r--rust/matching-brackets/Cargo.toml (renamed from matching-brackets/Cargo.toml)0
-rw-r--r--rust/matching-brackets/README.md (renamed from matching-brackets/README.md)0
-rw-r--r--rust/matching-brackets/src/lib.rs (renamed from matching-brackets/src/lib.rs)0
-rw-r--r--rust/matching-brackets/tests/matching-brackets.rs (renamed from matching-brackets/tests/matching-brackets.rs)0
-rw-r--r--rust/nth-prime/.exercism/metadata.json (renamed from nth-prime/.exercism/metadata.json)0
-rw-r--r--rust/nth-prime/.gitignore (renamed from nth-prime/.gitignore)0
-rw-r--r--rust/nth-prime/Cargo.toml (renamed from nth-prime/Cargo.toml)0
-rw-r--r--rust/nth-prime/README.md (renamed from nth-prime/README.md)0
-rw-r--r--rust/nth-prime/src/lib.rs (renamed from nth-prime/src/lib.rs)0
-rw-r--r--rust/nth-prime/tests/nth-prime.rs (renamed from nth-prime/tests/nth-prime.rs)0
-rw-r--r--rust/nucleotide-count/.exercism/metadata.json (renamed from nucleotide-count/.exercism/metadata.json)0
-rw-r--r--rust/nucleotide-count/.gitignore (renamed from nucleotide-count/.gitignore)0
-rw-r--r--rust/nucleotide-count/Cargo.toml (renamed from nucleotide-count/Cargo.toml)0
-rw-r--r--rust/nucleotide-count/README.md (renamed from nucleotide-count/README.md)0
-rw-r--r--rust/nucleotide-count/src/lib.rs (renamed from nucleotide-count/src/lib.rs)0
-rw-r--r--rust/nucleotide-count/tests/nucleotide-count.rs (renamed from nucleotide-count/tests/nucleotide-count.rs)0
-rw-r--r--rust/paasio/.exercism/metadata.json (renamed from paasio/.exercism/metadata.json)0
-rw-r--r--rust/paasio/.gitignore (renamed from paasio/.gitignore)0
-rw-r--r--rust/paasio/Cargo.toml (renamed from paasio/Cargo.toml)0
-rw-r--r--rust/paasio/README.md (renamed from paasio/README.md)0
-rw-r--r--rust/paasio/src/lib.rs (renamed from paasio/src/lib.rs)0
-rw-r--r--rust/paasio/tests/paasio.rs (renamed from paasio/tests/paasio.rs)0
-rw-r--r--rust/pascals-triangle/.exercism/metadata.json (renamed from pascals-triangle/.exercism/metadata.json)0
-rw-r--r--rust/pascals-triangle/.gitignore (renamed from pascals-triangle/.gitignore)0
-rw-r--r--rust/pascals-triangle/Cargo.toml (renamed from pascals-triangle/Cargo.toml)0
-rw-r--r--rust/pascals-triangle/README.md (renamed from pascals-triangle/README.md)0
-rw-r--r--rust/pascals-triangle/src/lib.rs (renamed from pascals-triangle/src/lib.rs)0
-rw-r--r--rust/pascals-triangle/tests/pascals-triangle.rs (renamed from pascals-triangle/tests/pascals-triangle.rs)0
-rw-r--r--rust/prime-factors/.exercism/metadata.json (renamed from prime-factors/.exercism/metadata.json)0
-rw-r--r--rust/prime-factors/.gitignore (renamed from prime-factors/.gitignore)0
-rw-r--r--rust/prime-factors/Cargo.toml (renamed from prime-factors/Cargo.toml)0
-rw-r--r--rust/prime-factors/README.md (renamed from prime-factors/README.md)0
-rw-r--r--rust/prime-factors/src/lib.rs (renamed from prime-factors/src/lib.rs)0
-rw-r--r--rust/prime-factors/tests/prime-factors.rs (renamed from prime-factors/tests/prime-factors.rs)0
-rw-r--r--rust/proverb/.exercism/metadata.json (renamed from proverb/.exercism/metadata.json)0
-rw-r--r--rust/proverb/.gitignore (renamed from proverb/.gitignore)0
-rw-r--r--rust/proverb/Cargo.toml (renamed from proverb/Cargo.toml)0
-rw-r--r--rust/proverb/README.md (renamed from proverb/README.md)0
-rw-r--r--rust/proverb/src/lib.rs (renamed from proverb/src/lib.rs)0
-rw-r--r--rust/proverb/tests/proverb.rs (renamed from proverb/tests/proverb.rs)0
-rw-r--r--rust/raindrops/.exercism/metadata.json (renamed from raindrops/.exercism/metadata.json)0
-rw-r--r--rust/raindrops/.gitignore (renamed from raindrops/.gitignore)0
-rw-r--r--rust/raindrops/Cargo.toml (renamed from raindrops/Cargo.toml)0
-rw-r--r--rust/raindrops/README.md (renamed from raindrops/README.md)0
-rw-r--r--rust/raindrops/src/lib.rs (renamed from raindrops/src/lib.rs)0
-rw-r--r--rust/raindrops/tests/raindrops.rs (renamed from raindrops/tests/raindrops.rs)0
-rw-r--r--rust/reverse-string/.exercism/metadata.json (renamed from reverse-string/.exercism/metadata.json)0
-rw-r--r--rust/reverse-string/.gitignore (renamed from reverse-string/.gitignore)0
-rw-r--r--rust/reverse-string/Cargo.toml (renamed from reverse-string/Cargo.toml)0
-rw-r--r--rust/reverse-string/README.md (renamed from reverse-string/README.md)0
-rw-r--r--rust/reverse-string/src/lib.rs (renamed from reverse-string/src/lib.rs)0
-rw-r--r--rust/reverse-string/tests/reverse-string.rs (renamed from reverse-string/tests/reverse-string.rs)0
-rw-r--r--rust/saddle-points/.exercism/metadata.json (renamed from saddle-points/.exercism/metadata.json)0
-rw-r--r--rust/saddle-points/.gitignore (renamed from saddle-points/.gitignore)0
-rw-r--r--rust/saddle-points/Cargo.toml (renamed from saddle-points/Cargo.toml)0
-rw-r--r--rust/saddle-points/README.md (renamed from saddle-points/README.md)0
-rw-r--r--rust/saddle-points/src/lib.rs (renamed from saddle-points/src/lib.rs)0
-rw-r--r--rust/saddle-points/tests/saddle-points.rs (renamed from saddle-points/tests/saddle-points.rs)0
-rw-r--r--rust/simple-linked-list/.exercism/metadata.json (renamed from simple-linked-list/.exercism/metadata.json)0
-rw-r--r--rust/simple-linked-list/.gitignore (renamed from simple-linked-list/.gitignore)0
-rw-r--r--rust/simple-linked-list/Cargo.toml (renamed from simple-linked-list/Cargo.toml)0
-rw-r--r--rust/simple-linked-list/README.md (renamed from simple-linked-list/README.md)0
-rw-r--r--rust/simple-linked-list/src/lib.rs (renamed from simple-linked-list/src/lib.rs)0
-rw-r--r--rust/simple-linked-list/tests/simple-linked-list.rs (renamed from simple-linked-list/tests/simple-linked-list.rs)0
-rw-r--r--rust/sum-of-multiples/.exercism/metadata.json (renamed from sum-of-multiples/.exercism/metadata.json)0
-rw-r--r--rust/sum-of-multiples/.gitignore (renamed from sum-of-multiples/.gitignore)0
-rw-r--r--rust/sum-of-multiples/Cargo.toml (renamed from sum-of-multiples/Cargo.toml)0
-rw-r--r--rust/sum-of-multiples/README.md (renamed from sum-of-multiples/README.md)0
-rw-r--r--rust/sum-of-multiples/src/lib.rs (renamed from sum-of-multiples/src/lib.rs)0
-rw-r--r--rust/sum-of-multiples/tests/sum-of-multiples.rs (renamed from sum-of-multiples/tests/sum-of-multiples.rs)0
140 files changed, 0 insertions, 0 deletions
diff --git a/armstrong-numbers/.exercism/metadata.json b/rust/armstrong-numbers/.exercism/metadata.json
index cfda14e..cfda14e 100644
--- a/armstrong-numbers/.exercism/metadata.json
+++ b/rust/armstrong-numbers/.exercism/metadata.json
diff --git a/armstrong-numbers/.gitignore b/rust/armstrong-numbers/.gitignore
index db7f315..db7f315 100644
--- a/armstrong-numbers/.gitignore
+++ b/rust/armstrong-numbers/.gitignore
diff --git a/armstrong-numbers/Cargo.toml b/rust/armstrong-numbers/Cargo.toml
index 22e66de..22e66de 100644
--- a/armstrong-numbers/Cargo.toml
+++ b/rust/armstrong-numbers/Cargo.toml
diff --git a/armstrong-numbers/README.md b/rust/armstrong-numbers/README.md
index 6437ffe..6437ffe 100644
--- a/armstrong-numbers/README.md
+++ b/rust/armstrong-numbers/README.md
diff --git a/armstrong-numbers/src/lib.rs b/rust/armstrong-numbers/src/lib.rs
index 41b0824..41b0824 100644
--- a/armstrong-numbers/src/lib.rs
+++ b/rust/armstrong-numbers/src/lib.rs
diff --git a/armstrong-numbers/tests/armstrong-numbers.rs b/rust/armstrong-numbers/tests/armstrong-numbers.rs
index 9ac51d0..9ac51d0 100644
--- a/armstrong-numbers/tests/armstrong-numbers.rs
+++ b/rust/armstrong-numbers/tests/armstrong-numbers.rs
diff --git a/beer-song/.exercism/metadata.json b/rust/beer-song/.exercism/metadata.json
index 640fbbc..640fbbc 100644
--- a/beer-song/.exercism/metadata.json
+++ b/rust/beer-song/.exercism/metadata.json
diff --git a/beer-song/.gitignore b/rust/beer-song/.gitignore
index db7f315..db7f315 100644
--- a/beer-song/.gitignore
+++ b/rust/beer-song/.gitignore
diff --git a/beer-song/Cargo.toml b/rust/beer-song/Cargo.toml
index ff6683e..ff6683e 100644
--- a/beer-song/Cargo.toml
+++ b/rust/beer-song/Cargo.toml
diff --git a/beer-song/README.md b/rust/beer-song/README.md
index 2ed305c..2ed305c 100644
--- a/beer-song/README.md
+++ b/rust/beer-song/README.md
diff --git a/beer-song/src/intersperse.rs b/rust/beer-song/src/intersperse.rs
index 51580e6..51580e6 100644
--- a/beer-song/src/intersperse.rs
+++ b/rust/beer-song/src/intersperse.rs
diff --git a/beer-song/src/lib.rs b/rust/beer-song/src/lib.rs
index 990fbbf..990fbbf 100644
--- a/beer-song/src/lib.rs
+++ b/rust/beer-song/src/lib.rs
diff --git a/beer-song/tests/beer-song.rs b/rust/beer-song/tests/beer-song.rs
index 2f2ad11..2f2ad11 100644
--- a/beer-song/tests/beer-song.rs
+++ b/rust/beer-song/tests/beer-song.rs
diff --git a/bob/.exercism/metadata.json b/rust/bob/.exercism/metadata.json
index c9dfddb..c9dfddb 100644
--- a/bob/.exercism/metadata.json
+++ b/rust/bob/.exercism/metadata.json
diff --git a/bob/.gitignore b/rust/bob/.gitignore
index db7f315..db7f315 100644
--- a/bob/.gitignore
+++ b/rust/bob/.gitignore
diff --git a/bob/Cargo.toml b/rust/bob/Cargo.toml
index 34a7fbf..34a7fbf 100644
--- a/bob/Cargo.toml
+++ b/rust/bob/Cargo.toml
diff --git a/bob/README.md b/rust/bob/README.md
index dd84948..dd84948 100644
--- a/bob/README.md
+++ b/rust/bob/README.md
diff --git a/bob/src/lib.rs b/rust/bob/src/lib.rs
index ae18a3d..ae18a3d 100644
--- a/bob/src/lib.rs
+++ b/rust/bob/src/lib.rs
diff --git a/bob/tests/bob.rs b/rust/bob/tests/bob.rs
index b6221eb..b6221eb 100644
--- a/bob/tests/bob.rs
+++ b/rust/bob/tests/bob.rs
diff --git a/clock/.exercism/metadata.json b/rust/clock/.exercism/metadata.json
index cbe366b..cbe366b 100644
--- a/clock/.exercism/metadata.json
+++ b/rust/clock/.exercism/metadata.json
diff --git a/clock/.gitignore b/rust/clock/.gitignore
index db7f315..db7f315 100644
--- a/clock/.gitignore
+++ b/rust/clock/.gitignore
diff --git a/clock/Cargo.toml b/rust/clock/Cargo.toml
index 376e7f1..376e7f1 100644
--- a/clock/Cargo.toml
+++ b/rust/clock/Cargo.toml
diff --git a/clock/README.md b/rust/clock/README.md
index 8348e33..8348e33 100644
--- a/clock/README.md
+++ b/rust/clock/README.md
diff --git a/clock/src/lib.rs b/rust/clock/src/lib.rs
index 3ae8a62..3ae8a62 100644
--- a/clock/src/lib.rs
+++ b/rust/clock/src/lib.rs
diff --git a/clock/tests/clock.rs b/rust/clock/tests/clock.rs
index 04f5241..04f5241 100644
--- a/clock/tests/clock.rs
+++ b/rust/clock/tests/clock.rs
diff --git a/difference-of-squares/.exercism/metadata.json b/rust/difference-of-squares/.exercism/metadata.json
index 7e844ee..7e844ee 100644
--- a/difference-of-squares/.exercism/metadata.json
+++ b/rust/difference-of-squares/.exercism/metadata.json
diff --git a/difference-of-squares/.gitignore b/rust/difference-of-squares/.gitignore
index db7f315..db7f315 100644
--- a/difference-of-squares/.gitignore
+++ b/rust/difference-of-squares/.gitignore
diff --git a/difference-of-squares/Cargo.toml b/rust/difference-of-squares/Cargo.toml
index 41e2b29..41e2b29 100644
--- a/difference-of-squares/Cargo.toml
+++ b/rust/difference-of-squares/Cargo.toml
diff --git a/difference-of-squares/README.md b/rust/difference-of-squares/README.md
index d940ad5..d940ad5 100644
--- a/difference-of-squares/README.md
+++ b/rust/difference-of-squares/README.md
diff --git a/difference-of-squares/src/lib.rs b/rust/difference-of-squares/src/lib.rs
index 4599733..4599733 100644
--- a/difference-of-squares/src/lib.rs
+++ b/rust/difference-of-squares/src/lib.rs
diff --git a/difference-of-squares/tests/difference-of-squares.rs b/rust/difference-of-squares/tests/difference-of-squares.rs
index 4a029b3..4a029b3 100644
--- a/difference-of-squares/tests/difference-of-squares.rs
+++ b/rust/difference-of-squares/tests/difference-of-squares.rs
diff --git a/dot-dsl/.exercism/metadata.json b/rust/dot-dsl/.exercism/metadata.json
index 5399056..5399056 100644
--- a/dot-dsl/.exercism/metadata.json
+++ b/rust/dot-dsl/.exercism/metadata.json
diff --git a/dot-dsl/.gitignore b/rust/dot-dsl/.gitignore
index db7f315..db7f315 100644
--- a/dot-dsl/.gitignore
+++ b/rust/dot-dsl/.gitignore
diff --git a/dot-dsl/Cargo.toml b/rust/dot-dsl/Cargo.toml
index 3da0d67..3da0d67 100644
--- a/dot-dsl/Cargo.toml
+++ b/rust/dot-dsl/Cargo.toml
diff --git a/dot-dsl/README.md b/rust/dot-dsl/README.md
index 29e0e7a..29e0e7a 100644
--- a/dot-dsl/README.md
+++ b/rust/dot-dsl/README.md
diff --git a/dot-dsl/src/lib.rs b/rust/dot-dsl/src/lib.rs
index 654ee09..654ee09 100644
--- a/dot-dsl/src/lib.rs
+++ b/rust/dot-dsl/src/lib.rs
diff --git a/dot-dsl/tests/dot-dsl.rs b/rust/dot-dsl/tests/dot-dsl.rs
index ae469b7..ae469b7 100644
--- a/dot-dsl/tests/dot-dsl.rs
+++ b/rust/dot-dsl/tests/dot-dsl.rs
diff --git a/gigasecond/.exercism/metadata.json b/rust/gigasecond/.exercism/metadata.json
index 7bd17ac..7bd17ac 100644
--- a/gigasecond/.exercism/metadata.json
+++ b/rust/gigasecond/.exercism/metadata.json
diff --git a/gigasecond/.gitignore b/rust/gigasecond/.gitignore
index db7f315..db7f315 100644
--- a/gigasecond/.gitignore
+++ b/rust/gigasecond/.gitignore
diff --git a/gigasecond/Cargo.toml b/rust/gigasecond/Cargo.toml
index 1a8fb2c..1a8fb2c 100644
--- a/gigasecond/Cargo.toml
+++ b/rust/gigasecond/Cargo.toml
diff --git a/gigasecond/README.md b/rust/gigasecond/README.md
index 9368f91..9368f91 100644
--- a/gigasecond/README.md
+++ b/rust/gigasecond/README.md
diff --git a/gigasecond/src/lib.rs b/rust/gigasecond/src/lib.rs
index 0abd90b..0abd90b 100644
--- a/gigasecond/src/lib.rs
+++ b/rust/gigasecond/src/lib.rs
diff --git a/gigasecond/tests/gigasecond.rs b/rust/gigasecond/tests/gigasecond.rs
index 4fe139b..4fe139b 100644
--- a/gigasecond/tests/gigasecond.rs
+++ b/rust/gigasecond/tests/gigasecond.rs
diff --git a/grains/.exercism/metadata.json b/rust/grains/.exercism/metadata.json
index c20eb3a..c20eb3a 100644
--- a/grains/.exercism/metadata.json
+++ b/rust/grains/.exercism/metadata.json
diff --git a/grains/.gitignore b/rust/grains/.gitignore
index db7f315..db7f315 100644
--- a/grains/.gitignore
+++ b/rust/grains/.gitignore
diff --git a/grains/Cargo.toml b/rust/grains/Cargo.toml
index 6bf141e..6bf141e 100644
--- a/grains/Cargo.toml
+++ b/rust/grains/Cargo.toml
diff --git a/grains/README.md b/rust/grains/README.md
index e54de2c..e54de2c 100644
--- a/grains/README.md
+++ b/rust/grains/README.md
diff --git a/grains/src/lib.rs b/rust/grains/src/lib.rs
index 05449be..05449be 100644
--- a/grains/src/lib.rs
+++ b/rust/grains/src/lib.rs
diff --git a/grains/tests/grains.rs b/rust/grains/tests/grains.rs
index 405eb4d..405eb4d 100644
--- a/grains/tests/grains.rs
+++ b/rust/grains/tests/grains.rs
diff --git a/hello-world/.exercism/metadata.json b/rust/hello-world/.exercism/metadata.json
index 0e3e354..0e3e354 100644
--- a/hello-world/.exercism/metadata.json
+++ b/rust/hello-world/.exercism/metadata.json
diff --git a/hello-world/.gitignore b/rust/hello-world/.gitignore
index db7f315..db7f315 100644
--- a/hello-world/.gitignore
+++ b/rust/hello-world/.gitignore
diff --git a/hello-world/Cargo.toml b/rust/hello-world/Cargo.toml
index 4d9f8bb..4d9f8bb 100644
--- a/hello-world/Cargo.toml
+++ b/rust/hello-world/Cargo.toml
diff --git a/hello-world/GETTING_STARTED.md b/rust/hello-world/GETTING_STARTED.md
index 5eeea95..5eeea95 100644
--- a/hello-world/GETTING_STARTED.md
+++ b/rust/hello-world/GETTING_STARTED.md
diff --git a/hello-world/README.md b/rust/hello-world/README.md
index 775dd89..775dd89 100644
--- a/hello-world/README.md
+++ b/rust/hello-world/README.md
diff --git a/hello-world/src/lib.rs b/rust/hello-world/src/lib.rs
index 8f68273..8f68273 100644
--- a/hello-world/src/lib.rs
+++ b/rust/hello-world/src/lib.rs
diff --git a/hello-world/tests/hello-world.rs b/rust/hello-world/tests/hello-world.rs
index c0d9536..c0d9536 100644
--- a/hello-world/tests/hello-world.rs
+++ b/rust/hello-world/tests/hello-world.rs
diff --git a/high-scores/.exercism/metadata.json b/rust/high-scores/.exercism/metadata.json
index 467784c..467784c 100644
--- a/high-scores/.exercism/metadata.json
+++ b/rust/high-scores/.exercism/metadata.json
diff --git a/high-scores/.gitignore b/rust/high-scores/.gitignore
index e130ceb..e130ceb 100644
--- a/high-scores/.gitignore
+++ b/rust/high-scores/.gitignore
diff --git a/high-scores/Cargo.toml b/rust/high-scores/Cargo.toml
index f4d70fe..f4d70fe 100644
--- a/high-scores/Cargo.toml
+++ b/rust/high-scores/Cargo.toml
diff --git a/high-scores/README.md b/rust/high-scores/README.md
index f60b890..f60b890 100644
--- a/high-scores/README.md
+++ b/rust/high-scores/README.md
diff --git a/high-scores/src/lib.rs b/rust/high-scores/src/lib.rs
index a7e6c3d..a7e6c3d 100644
--- a/high-scores/src/lib.rs
+++ b/rust/high-scores/src/lib.rs
diff --git a/high-scores/tests/high-scores.rs b/rust/high-scores/tests/high-scores.rs
index 4d2feb7..4d2feb7 100644
--- a/high-scores/tests/high-scores.rs
+++ b/rust/high-scores/tests/high-scores.rs
diff --git a/leap/.exercism/metadata.json b/rust/leap/.exercism/metadata.json
index 1ec33f3..1ec33f3 100644
--- a/leap/.exercism/metadata.json
+++ b/rust/leap/.exercism/metadata.json
diff --git a/leap/.gitignore b/rust/leap/.gitignore
index db7f315..db7f315 100644
--- a/leap/.gitignore
+++ b/rust/leap/.gitignore
diff --git a/leap/Cargo.toml b/rust/leap/Cargo.toml
index c125e67..c125e67 100644
--- a/leap/Cargo.toml
+++ b/rust/leap/Cargo.toml
diff --git a/leap/README.md b/rust/leap/README.md
index 6a6bac4..6a6bac4 100644
--- a/leap/README.md
+++ b/rust/leap/README.md
diff --git a/leap/src/lib.rs b/rust/leap/src/lib.rs
index 1b40300..1b40300 100644
--- a/leap/src/lib.rs
+++ b/rust/leap/src/lib.rs
diff --git a/leap/tests/leap.rs b/rust/leap/tests/leap.rs
index 88d2c77..88d2c77 100644
--- a/leap/tests/leap.rs
+++ b/rust/leap/tests/leap.rs
diff --git a/matching-brackets/.exercism/metadata.json b/rust/matching-brackets/.exercism/metadata.json
index 7b5495d..7b5495d 100644
--- a/matching-brackets/.exercism/metadata.json
+++ b/rust/matching-brackets/.exercism/metadata.json
diff --git a/matching-brackets/.gitignore b/rust/matching-brackets/.gitignore
index db7f315..db7f315 100644
--- a/matching-brackets/.gitignore
+++ b/rust/matching-brackets/.gitignore
diff --git a/matching-brackets/Cargo.toml b/rust/matching-brackets/Cargo.toml
index 2e7dafa..2e7dafa 100644
--- a/matching-brackets/Cargo.toml
+++ b/rust/matching-brackets/Cargo.toml
diff --git a/matching-brackets/README.md b/rust/matching-brackets/README.md
index 049e3fa..049e3fa 100644
--- a/matching-brackets/README.md
+++ b/rust/matching-brackets/README.md
diff --git a/matching-brackets/src/lib.rs b/rust/matching-brackets/src/lib.rs
index 03e39ca..03e39ca 100644
--- a/matching-brackets/src/lib.rs
+++ b/rust/matching-brackets/src/lib.rs
diff --git a/matching-brackets/tests/matching-brackets.rs b/rust/matching-brackets/tests/matching-brackets.rs
index 0826dad..0826dad 100644
--- a/matching-brackets/tests/matching-brackets.rs
+++ b/rust/matching-brackets/tests/matching-brackets.rs
diff --git a/nth-prime/.exercism/metadata.json b/rust/nth-prime/.exercism/metadata.json
index 5c5337e..5c5337e 100644
--- a/nth-prime/.exercism/metadata.json
+++ b/rust/nth-prime/.exercism/metadata.json
diff --git a/nth-prime/.gitignore b/rust/nth-prime/.gitignore
index db7f315..db7f315 100644
--- a/nth-prime/.gitignore
+++ b/rust/nth-prime/.gitignore
diff --git a/nth-prime/Cargo.toml b/rust/nth-prime/Cargo.toml
index fc1c776..fc1c776 100644
--- a/nth-prime/Cargo.toml
+++ b/rust/nth-prime/Cargo.toml
diff --git a/nth-prime/README.md b/rust/nth-prime/README.md
index 425abde..425abde 100644
--- a/nth-prime/README.md
+++ b/rust/nth-prime/README.md
diff --git a/nth-prime/src/lib.rs b/rust/nth-prime/src/lib.rs
index ef9d7ea..ef9d7ea 100644
--- a/nth-prime/src/lib.rs
+++ b/rust/nth-prime/src/lib.rs
diff --git a/nth-prime/tests/nth-prime.rs b/rust/nth-prime/tests/nth-prime.rs
index b313ff2..b313ff2 100644
--- a/nth-prime/tests/nth-prime.rs
+++ b/rust/nth-prime/tests/nth-prime.rs
diff --git a/nucleotide-count/.exercism/metadata.json b/rust/nucleotide-count/.exercism/metadata.json
index 3cb94c8..3cb94c8 100644
--- a/nucleotide-count/.exercism/metadata.json
+++ b/rust/nucleotide-count/.exercism/metadata.json
diff --git a/nucleotide-count/.gitignore b/rust/nucleotide-count/.gitignore
index db7f315..db7f315 100644
--- a/nucleotide-count/.gitignore
+++ b/rust/nucleotide-count/.gitignore
diff --git a/nucleotide-count/Cargo.toml b/rust/nucleotide-count/Cargo.toml
index 3eb8759..3eb8759 100644
--- a/nucleotide-count/Cargo.toml
+++ b/rust/nucleotide-count/Cargo.toml
diff --git a/nucleotide-count/README.md b/rust/nucleotide-count/README.md
index 9a85942..9a85942 100644
--- a/nucleotide-count/README.md
+++ b/rust/nucleotide-count/README.md
diff --git a/nucleotide-count/src/lib.rs b/rust/nucleotide-count/src/lib.rs
index 98b0c38..98b0c38 100644
--- a/nucleotide-count/src/lib.rs
+++ b/rust/nucleotide-count/src/lib.rs
diff --git a/nucleotide-count/tests/nucleotide-count.rs b/rust/nucleotide-count/tests/nucleotide-count.rs
index 8190580..8190580 100644
--- a/nucleotide-count/tests/nucleotide-count.rs
+++ b/rust/nucleotide-count/tests/nucleotide-count.rs
diff --git a/paasio/.exercism/metadata.json b/rust/paasio/.exercism/metadata.json
index e6e8012..e6e8012 100644
--- a/paasio/.exercism/metadata.json
+++ b/rust/paasio/.exercism/metadata.json
diff --git a/paasio/.gitignore b/rust/paasio/.gitignore
index db7f315..db7f315 100644
--- a/paasio/.gitignore
+++ b/rust/paasio/.gitignore
diff --git a/paasio/Cargo.toml b/rust/paasio/Cargo.toml
index 83a8e73..83a8e73 100644
--- a/paasio/Cargo.toml
+++ b/rust/paasio/Cargo.toml
diff --git a/paasio/README.md b/rust/paasio/README.md
index 03e5a4d..03e5a4d 100644
--- a/paasio/README.md
+++ b/rust/paasio/README.md
diff --git a/paasio/src/lib.rs b/rust/paasio/src/lib.rs
index 71f4c9d..71f4c9d 100644
--- a/paasio/src/lib.rs
+++ b/rust/paasio/src/lib.rs
diff --git a/paasio/tests/paasio.rs b/rust/paasio/tests/paasio.rs
index 6b44199..6b44199 100644
--- a/paasio/tests/paasio.rs
+++ b/rust/paasio/tests/paasio.rs
diff --git a/pascals-triangle/.exercism/metadata.json b/rust/pascals-triangle/.exercism/metadata.json
index 7352c3c..7352c3c 100644
--- a/pascals-triangle/.exercism/metadata.json
+++ b/rust/pascals-triangle/.exercism/metadata.json
diff --git a/pascals-triangle/.gitignore b/rust/pascals-triangle/.gitignore
index db7f315..db7f315 100644
--- a/pascals-triangle/.gitignore
+++ b/rust/pascals-triangle/.gitignore
diff --git a/pascals-triangle/Cargo.toml b/rust/pascals-triangle/Cargo.toml
index d308b66..d308b66 100644
--- a/pascals-triangle/Cargo.toml
+++ b/rust/pascals-triangle/Cargo.toml
diff --git a/pascals-triangle/README.md b/rust/pascals-triangle/README.md
index 504b0b3..504b0b3 100644
--- a/pascals-triangle/README.md
+++ b/rust/pascals-triangle/README.md
diff --git a/pascals-triangle/src/lib.rs b/rust/pascals-triangle/src/lib.rs
index 7b2145b..7b2145b 100644
--- a/pascals-triangle/src/lib.rs
+++ b/rust/pascals-triangle/src/lib.rs
diff --git a/pascals-triangle/tests/pascals-triangle.rs b/rust/pascals-triangle/tests/pascals-triangle.rs
index 64d2c2e..64d2c2e 100644
--- a/pascals-triangle/tests/pascals-triangle.rs
+++ b/rust/pascals-triangle/tests/pascals-triangle.rs
diff --git a/prime-factors/.exercism/metadata.json b/rust/prime-factors/.exercism/metadata.json
index 293742a..293742a 100644
--- a/prime-factors/.exercism/metadata.json
+++ b/rust/prime-factors/.exercism/metadata.json
diff --git a/prime-factors/.gitignore b/rust/prime-factors/.gitignore
index db7f315..db7f315 100644
--- a/prime-factors/.gitignore
+++ b/rust/prime-factors/.gitignore
diff --git a/prime-factors/Cargo.toml b/rust/prime-factors/Cargo.toml
index 70727e6..70727e6 100644
--- a/prime-factors/Cargo.toml
+++ b/rust/prime-factors/Cargo.toml
diff --git a/prime-factors/README.md b/rust/prime-factors/README.md
index f106dde..f106dde 100644
--- a/prime-factors/README.md
+++ b/rust/prime-factors/README.md
diff --git a/prime-factors/src/lib.rs b/rust/prime-factors/src/lib.rs
index 3d7b41f..3d7b41f 100644
--- a/prime-factors/src/lib.rs
+++ b/rust/prime-factors/src/lib.rs
diff --git a/prime-factors/tests/prime-factors.rs b/rust/prime-factors/tests/prime-factors.rs
index 1042415..1042415 100644
--- a/prime-factors/tests/prime-factors.rs
+++ b/rust/prime-factors/tests/prime-factors.rs
diff --git a/proverb/.exercism/metadata.json b/rust/proverb/.exercism/metadata.json
index 92c8e56..92c8e56 100644
--- a/proverb/.exercism/metadata.json
+++ b/rust/proverb/.exercism/metadata.json
diff --git a/proverb/.gitignore b/rust/proverb/.gitignore
index db7f315..db7f315 100644
--- a/proverb/.gitignore
+++ b/rust/proverb/.gitignore
diff --git a/proverb/Cargo.toml b/rust/proverb/Cargo.toml
index 4e09ea1..4e09ea1 100644
--- a/proverb/Cargo.toml
+++ b/rust/proverb/Cargo.toml
diff --git a/proverb/README.md b/rust/proverb/README.md
index b9efe0b..b9efe0b 100644
--- a/proverb/README.md
+++ b/rust/proverb/README.md
diff --git a/proverb/src/lib.rs b/rust/proverb/src/lib.rs
index 1046553..1046553 100644
--- a/proverb/src/lib.rs
+++ b/rust/proverb/src/lib.rs
diff --git a/proverb/tests/proverb.rs b/rust/proverb/tests/proverb.rs
index 220de45..220de45 100644
--- a/proverb/tests/proverb.rs
+++ b/rust/proverb/tests/proverb.rs
diff --git a/raindrops/.exercism/metadata.json b/rust/raindrops/.exercism/metadata.json
index edfef77..edfef77 100644
--- a/raindrops/.exercism/metadata.json
+++ b/rust/raindrops/.exercism/metadata.json
diff --git a/raindrops/.gitignore b/rust/raindrops/.gitignore
index db7f315..db7f315 100644
--- a/raindrops/.gitignore
+++ b/rust/raindrops/.gitignore
diff --git a/raindrops/Cargo.toml b/rust/raindrops/Cargo.toml
index f37aa78..f37aa78 100644
--- a/raindrops/Cargo.toml
+++ b/rust/raindrops/Cargo.toml
diff --git a/raindrops/README.md b/rust/raindrops/README.md
index 3a30435..3a30435 100644
--- a/raindrops/README.md
+++ b/rust/raindrops/README.md
diff --git a/raindrops/src/lib.rs b/rust/raindrops/src/lib.rs
index 811c569..811c569 100644
--- a/raindrops/src/lib.rs
+++ b/rust/raindrops/src/lib.rs
diff --git a/raindrops/tests/raindrops.rs b/rust/raindrops/tests/raindrops.rs
index 000c639..000c639 100644
--- a/raindrops/tests/raindrops.rs
+++ b/rust/raindrops/tests/raindrops.rs
diff --git a/reverse-string/.exercism/metadata.json b/rust/reverse-string/.exercism/metadata.json
index 667d0ed..667d0ed 100644
--- a/reverse-string/.exercism/metadata.json
+++ b/rust/reverse-string/.exercism/metadata.json
diff --git a/reverse-string/.gitignore b/rust/reverse-string/.gitignore
index db7f315..db7f315 100644
--- a/reverse-string/.gitignore
+++ b/rust/reverse-string/.gitignore
diff --git a/reverse-string/Cargo.toml b/rust/reverse-string/Cargo.toml
index bdf501c..bdf501c 100644
--- a/reverse-string/Cargo.toml
+++ b/rust/reverse-string/Cargo.toml
diff --git a/reverse-string/README.md b/rust/reverse-string/README.md
index 78e9753..78e9753 100644
--- a/reverse-string/README.md
+++ b/rust/reverse-string/README.md
diff --git a/reverse-string/src/lib.rs b/rust/reverse-string/src/lib.rs
index f488a6e..f488a6e 100644
--- a/reverse-string/src/lib.rs
+++ b/rust/reverse-string/src/lib.rs
diff --git a/reverse-string/tests/reverse-string.rs b/rust/reverse-string/tests/reverse-string.rs
index 9b17bb0..9b17bb0 100644
--- a/reverse-string/tests/reverse-string.rs
+++ b/rust/reverse-string/tests/reverse-string.rs
diff --git a/saddle-points/.exercism/metadata.json b/rust/saddle-points/.exercism/metadata.json
index cb44aa3..cb44aa3 100644
--- a/saddle-points/.exercism/metadata.json
+++ b/rust/saddle-points/.exercism/metadata.json
diff --git a/saddle-points/.gitignore b/rust/saddle-points/.gitignore
index db7f315..db7f315 100644
--- a/saddle-points/.gitignore
+++ b/rust/saddle-points/.gitignore
diff --git a/saddle-points/Cargo.toml b/rust/saddle-points/Cargo.toml
index 5f262e2..5f262e2 100644
--- a/saddle-points/Cargo.toml
+++ b/rust/saddle-points/Cargo.toml
diff --git a/saddle-points/README.md b/rust/saddle-points/README.md
index 84647d0..84647d0 100644
--- a/saddle-points/README.md
+++ b/rust/saddle-points/README.md
diff --git a/saddle-points/src/lib.rs b/rust/saddle-points/src/lib.rs
index 7123243..7123243 100644
--- a/saddle-points/src/lib.rs
+++ b/rust/saddle-points/src/lib.rs
diff --git a/saddle-points/tests/saddle-points.rs b/rust/saddle-points/tests/saddle-points.rs
index 1fbc2de..1fbc2de 100644
--- a/saddle-points/tests/saddle-points.rs
+++ b/rust/saddle-points/tests/saddle-points.rs
diff --git a/simple-linked-list/.exercism/metadata.json b/rust/simple-linked-list/.exercism/metadata.json
index 4c7e1a6..4c7e1a6 100644
--- a/simple-linked-list/.exercism/metadata.json
+++ b/rust/simple-linked-list/.exercism/metadata.json
diff --git a/simple-linked-list/.gitignore b/rust/simple-linked-list/.gitignore
index db7f315..db7f315 100644
--- a/simple-linked-list/.gitignore
+++ b/rust/simple-linked-list/.gitignore
diff --git a/simple-linked-list/Cargo.toml b/rust/simple-linked-list/Cargo.toml
index 25a62e7..25a62e7 100644
--- a/simple-linked-list/Cargo.toml
+++ b/rust/simple-linked-list/Cargo.toml
diff --git a/simple-linked-list/README.md b/rust/simple-linked-list/README.md
index 47178e8..47178e8 100644
--- a/simple-linked-list/README.md
+++ b/rust/simple-linked-list/README.md
diff --git a/simple-linked-list/src/lib.rs b/rust/simple-linked-list/src/lib.rs
index 75e82f5..75e82f5 100644
--- a/simple-linked-list/src/lib.rs
+++ b/rust/simple-linked-list/src/lib.rs
diff --git a/simple-linked-list/tests/simple-linked-list.rs b/rust/simple-linked-list/tests/simple-linked-list.rs
index c89f8b5..c89f8b5 100644
--- a/simple-linked-list/tests/simple-linked-list.rs
+++ b/rust/simple-linked-list/tests/simple-linked-list.rs
diff --git a/sum-of-multiples/.exercism/metadata.json b/rust/sum-of-multiples/.exercism/metadata.json
index 98ef3f1..98ef3f1 100644
--- a/sum-of-multiples/.exercism/metadata.json
+++ b/rust/sum-of-multiples/.exercism/metadata.json
diff --git a/sum-of-multiples/.gitignore b/rust/sum-of-multiples/.gitignore
index db7f315..db7f315 100644
--- a/sum-of-multiples/.gitignore
+++ b/rust/sum-of-multiples/.gitignore
diff --git a/sum-of-multiples/Cargo.toml b/rust/sum-of-multiples/Cargo.toml
index a006459..a006459 100644
--- a/sum-of-multiples/Cargo.toml
+++ b/rust/sum-of-multiples/Cargo.toml
diff --git a/sum-of-multiples/README.md b/rust/sum-of-multiples/README.md
index 72bb481..72bb481 100644
--- a/sum-of-multiples/README.md
+++ b/rust/sum-of-multiples/README.md
diff --git a/sum-of-multiples/src/lib.rs b/rust/sum-of-multiples/src/lib.rs
index 148419d..148419d 100644
--- a/sum-of-multiples/src/lib.rs
+++ b/rust/sum-of-multiples/src/lib.rs
diff --git a/sum-of-multiples/tests/sum-of-multiples.rs b/rust/sum-of-multiples/tests/sum-of-multiples.rs
index 369289c..369289c 100644
--- a/sum-of-multiples/tests/sum-of-multiples.rs
+++ b/rust/sum-of-multiples/tests/sum-of-multiples.rs