exercism-solutions/rust/acronym/.exercism/config.json
2024-03-26 22:10:13 -05:00

40 lines
668 B
JSON

{
"authors": [
"gregcline"
],
"contributors": [
"AndrewKvalheim",
"ClashTheBunny",
"coriolinus",
"cwhakes",
"efx",
"ErikSchierboom",
"IanWhitney",
"ktomsic",
"lutostag",
"mkantor",
"navossoc",
"nfiles",
"petertseng",
"rofrol",
"stringparser",
"thvdburgt",
"xakon",
"ZapAnton"
],
"files": {
"solution": [
"src/lib.rs",
"Cargo.toml"
],
"test": [
"tests/acronym.rs"
],
"example": [
".meta/example.rs"
]
},
"blurb": "Convert a long phrase to its acronym.",
"source": "Julien Vanier",
"source_url": "https://github.com/monkbroc"
}