exercism-solutions/rust/paasio/.exercism/config.json
2023-12-18 19:11:37 -06:00

36 lines
594 B
JSON

{
"authors": [
"coriolinus"
],
"contributors": [
"ccouzens",
"ClashTheBunny",
"cwhakes",
"efx",
"ErikSchierboom",
"petertseng",
"rofrol",
"shenek",
"stringparser",
"TheDarkula",
"ZapAnton"
],
"files": {
"solution": [
"src/lib.rs",
"Cargo.toml"
],
"test": [
"tests/paasio.rs"
],
"example": [
".meta/example.rs"
]
},
"blurb": "Report network IO statistics.",
"source": "Brian Matsuo",
"source_url": "https://github.com/bmatsuo",
"custom": {
"ignore-count-ignores": true
}
}