40 lines
668 B
JSON
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"
|
|
}
|