exercism-solutions/rust/sublist/.exercism/config.json
2023-11-01 15:16:46 -05:00

37 lines
614 B
JSON

{
"authors": [
"EduardoBautista"
],
"contributors": [
"ashleygwilliams",
"coriolinus",
"cwhakes",
"eddyp",
"EduardoBautista",
"efx",
"ErikSchierboom",
"IanWhitney",
"kytrinyx",
"lutostag",
"mkantor",
"nfiles",
"petertseng",
"rofrol",
"stringparser",
"xakon",
"ZapAnton"
],
"files": {
"solution": [
"src/lib.rs",
"Cargo.toml"
],
"test": [
"tests/sublist.rs"
],
"example": [
".meta/example.rs"
]
},
"blurb": "Write a function to determine if a list is a sublist of another list."
}