exercism-solutions/rust/parallel-letter-frequency/.exercism/config.json

42 lines
728 B
JSON

{
"authors": [
"EduardoBautista"
],
"contributors": [
"andrewclarkson",
"ashleygwilliams",
"ccouzens",
"ClashTheBunny",
"coriolinus",
"cwhakes",
"EduardoBautista",
"efx",
"ErikSchierboom",
"etrepum",
"glennpratt",
"IanWhitney",
"kytrinyx",
"lutostag",
"mkantor",
"nfiles",
"petertseng",
"rofrol",
"sjwarner-bp",
"stringparser",
"xakon",
"ZapAnton"
],
"files": {
"solution": [
"src/lib.rs",
"Cargo.toml"
],
"test": [
"tests/parallel-letter-frequency.rs"
],
"example": [
".meta/example.rs"
]
},
"blurb": "Count the frequency of letters in texts using parallel computation."
}