0a4ebc2eb6
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
42 lines
912 B
JSON
42 lines
912 B
JSON
{
|
|
"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."
|
|
}
|
|
}
|