some tests passed in clock
This commit is contained in:
parent
0ef500d9ef
commit
e63c68efe8
21 changed files with 1181 additions and 0 deletions
42
rust/clock/.exercism/config.json
Normal file
42
rust/clock/.exercism/config.json
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"authors": [
|
||||
"sacherjj"
|
||||
],
|
||||
"contributors": [
|
||||
"attilahorvath",
|
||||
"coriolinus",
|
||||
"cwhakes",
|
||||
"danieljl",
|
||||
"eddyp",
|
||||
"efx",
|
||||
"ErikSchierboom",
|
||||
"felix91gr",
|
||||
"kunaltyagi",
|
||||
"lutostag",
|
||||
"nfiles",
|
||||
"petertseng",
|
||||
"rofrol",
|
||||
"shaaraddalvi",
|
||||
"stringparser",
|
||||
"tmccombs",
|
||||
"xakon",
|
||||
"ZapAnton"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"src/lib.rs",
|
||||
"Cargo.toml"
|
||||
],
|
||||
"test": [
|
||||
"tests/clock.rs"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.rs"
|
||||
]
|
||||
},
|
||||
"blurb": "Implement a clock that handles times without dates.",
|
||||
"source": "Pairing session with Erin Drummond",
|
||||
"custom": {
|
||||
"allowed-to-not-compile": "Stub doesn't compile because there is no to_string() implementation. This exercise is an introduction to derived and self-implemented traits, therefore adding template for a trait would reduce student learning."
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue