Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:39:32 +08:00
commit 2f44828d57
7 changed files with 1079 additions and 0 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# cargo-log-parser
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.