Files
42marketplaces/sync/gh-matbeedotcom-cargo-log-parser.json
2025-11-30 09:08:53 +08:00

18 lines
577 B
JSON

{
"name": "cargo-log-parser",
"owner": {
"name": "Mathieu",
"email": "plugin@42plugin.com"
},
"plugins": [
{
"name": "cargo-log-parser",
"description": "Parse and filter cargo build logs to extract errors, warnings, and diagnostics with regex-based filtering. Use for debugging Rust projects, analyzing cargo build output, or filtering errors by file/message/code patterns.",
"source": {
"source": "url",
"url": "https://git.waymay.us/zhongwei/gh-matbeedotcom-cargo-log-parser.git"
},
"strict": true
}
]
}