-
Notifications
You must be signed in to change notification settings - Fork 520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Updating config.json #195
Closed
IanWhitney
wants to merge
2
commits into
exercism:master
from
IanWhitney:update_config_json_to_new_spec
Closed
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,322 @@ | |
"language": "Rust", | ||
"repository": "https://github.com/exercism/xrust", | ||
"active": true, | ||
"exercises": [ | ||
{ | ||
"slug": "hello-world", | ||
"difficulty": , | ||
"topics": [ | ||
"Optional values", | ||
"Strings" | ||
] | ||
}, | ||
{ | ||
"slug": "gigasecond", | ||
"difficulty": , | ||
"topics": [ | ||
"Dates", | ||
"Time", | ||
"External libraries" | ||
] | ||
}, | ||
{ | ||
"slug": "leap", | ||
"difficulty": , | ||
"topics": [ | ||
"Mathematics", | ||
"Booleans" | ||
] | ||
}, | ||
{ | ||
"slug": "raindrops", | ||
"difficulty": , | ||
"topics": [ | ||
"Mathematics", | ||
"Mutability", | ||
"Control-flow (if-else statements)" | ||
] | ||
}, | ||
{ | ||
"slug": "bob", | ||
"difficulty": , | ||
"topics": [ | ||
"Strings", | ||
"Char", | ||
"Higher-order functions" | ||
] | ||
}, | ||
{ | ||
"slug": "beer-song", | ||
"difficulty": , | ||
"topics": [ | ||
"Control-flow (if-else statements)", | ||
"Strings" | ||
] | ||
}, | ||
{ | ||
"slug": "difference-of-squares", | ||
"difficulty": , | ||
"topics": [ | ||
"Mathematics", | ||
"Higher-order functions" | ||
] | ||
}, | ||
{ | ||
"slug": "hamming", | ||
"difficulty": , | ||
"topics": [ | ||
"Exception handling", | ||
"Result", | ||
"Higher-orderfunctions", | ||
"Char" | ||
] | ||
}, | ||
{ | ||
"slug": "scrabble-score", | ||
"difficulty": , | ||
"topics": [ | ||
"Char", | ||
"Higher-order functions", | ||
"Maps" | ||
] | ||
}, | ||
{ | ||
"slug": "pangram", | ||
"difficulty": , | ||
"topics": [ | ||
"Char", | ||
"Higher-order functions", | ||
"ascii" | ||
] | ||
}, | ||
{ | ||
"slug": "nucleotide-count", | ||
"difficulty": , | ||
"topics": [ | ||
"Maps", | ||
"Entry API", | ||
"Char" | ||
] | ||
}, | ||
{ | ||
"slug": "word-count", | ||
"difficulty": , | ||
"topics": [ | ||
"Maps", | ||
"Entry API", | ||
"Char" | ||
] | ||
}, | ||
{ | ||
"slug": "etl", | ||
"difficulty": , | ||
"topics": [ | ||
"Maps", | ||
"BTreeMap", | ||
"Higher-order functions", | ||
"Optional values" | ||
] | ||
}, | ||
{ | ||
"slug": "sieve", | ||
"difficulty": , | ||
"topics": [ | ||
"Mathematics", | ||
"Control-flow (loops)", | ||
"Ranges", | ||
"Higher-order functions" | ||
] | ||
}, | ||
{ | ||
"slug": "rna-transcription", | ||
"difficulty": , | ||
"topics": [ | ||
"Structs", | ||
"Char" | ||
] | ||
}, | ||
{ | ||
"slug": "roman-numerals", | ||
"difficulty": , | ||
"topics": [ | ||
"From trait", | ||
"Display trait", | ||
"Maps" | ||
] | ||
}, | ||
{ | ||
"slug": "hexadecimal", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. (just happened) we kicked out hexadecimal for all-your-base, replace here |
||
"difficulty": , | ||
"topics": [ | ||
"Mathematics", | ||
"Higher-order functions" | ||
"Type conversion" | ||
] | ||
}, | ||
{ | ||
"slug": "grade-school", | ||
"difficulty": , | ||
"topics": [ | ||
"Maps", | ||
"Optional values", | ||
"Entry API" | ||
] | ||
}, | ||
{ | ||
"slug": "tournament", | ||
"difficulty": , | ||
"topics": [ | ||
"Enumerations", | ||
"Structs", | ||
"Parsing", | ||
"Sorting" | ||
] | ||
}, | ||
{ | ||
"slug": "robot-simulator", | ||
"difficulty": , | ||
"topics": [ | ||
"Enumerations", | ||
"Immutability" | ||
] | ||
}, | ||
{ | ||
"slug": "bracket-push", | ||
"difficulty": , | ||
"topics": [ | ||
"From trait" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. comma |
||
"Lifetimes" | ||
] | ||
}, | ||
{ | ||
"slug": "queen-attack", | ||
"difficulty": , | ||
"topics": [ | ||
"Exception handling", | ||
"Mathematics", | ||
"Structs" | ||
] | ||
}, | ||
{ | ||
"slug": "sublist", | ||
"difficulty": , | ||
"topics": [ | ||
"Slices", | ||
"Generics", | ||
"Mathematics", | ||
"Enumerations" | ||
] | ||
}, | ||
{ | ||
"slug": "space-age", | ||
"difficulty": , | ||
"topics": [ | ||
"Type conversion", | ||
"Traits" | ||
] | ||
}, | ||
{ | ||
"slug": "allergies", | ||
"difficulty": , | ||
"topics": [ | ||
"Enumerations", | ||
"Bitwise operations", | ||
"Higher-order functions" | ||
] | ||
}, | ||
{ | ||
"slug": "variable-length-quantity", | ||
"difficulty": , | ||
"topics": [ | ||
"Slices", | ||
"Exception handling", | ||
"Bitwise operations" | ||
] | ||
}, | ||
{ | ||
"slug": "phone-number", | ||
"difficulty": , | ||
"topics": [ | ||
"Optional values", | ||
"Display", | ||
"Higher-order functions" | ||
] | ||
}, | ||
{ | ||
"slug": "wordy", | ||
"difficulty": , | ||
"topics": [ | ||
"Parsing", | ||
|
||
] | ||
}, | ||
{ | ||
"slug": "custom-set", | ||
"difficulty": , | ||
"topics": [ | ||
] | ||
}, | ||
{ | ||
"slug": "anagram", | ||
"difficulty": , | ||
"topics": [ | ||
] | ||
}, | ||
{ | ||
"slug": "nucleotide-codons", | ||
"difficulty": , | ||
"topics": [ | ||
] | ||
}, | ||
{ | ||
"slug": "robot-name", | ||
"difficulty": , | ||
"topics": [ | ||
] | ||
}, | ||
{ | ||
"slug": "ocr-numbers", | ||
"difficulty": , | ||
"topics": [ | ||
] | ||
}, | ||
{ | ||
"slug": "minesweeper", | ||
"difficulty": , | ||
"topics": [ | ||
] | ||
}, | ||
{ | ||
"slug": "dominoes", | ||
"difficulty": , | ||
"topics": [ | ||
] | ||
}, | ||
{ | ||
"slug": "parallel-letter-frequency", | ||
"difficulty": , | ||
"topics": [ | ||
] | ||
}, | ||
{ | ||
"slug": "rectangles", | ||
"difficulty": , | ||
"topics": [ | ||
] | ||
}, | ||
{ | ||
"slug": "forth", | ||
"difficulty": , | ||
"topics": [ | ||
] | ||
}, | ||
{ | ||
"slug": "circular-buffer", | ||
"difficulty": , | ||
"topics": [ | ||
] | ||
}, | ||
], | ||
"problems": [ | ||
"hello-world", | ||
"gigasecond", | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add space