| Crates.io | sol-log-parser |
| lib.rs | sol-log-parser |
| version | 0.0.1 |
| created_at | 2025-05-26 20:29:15.802715+00 |
| updated_at | 2025-05-26 20:29:15.802715+00 |
| description | A quick and dirty solana log parser that turns runtime logs into structured data. |
| homepage | |
| repository | https://github.com/redmannequin/sol-log-parser |
| max_upload_size | |
| id | 1690247 |
| size | 60,877 |
A quick and dirty solana log parser that turns runtime logs into structured data. Useful for debugging, tracing program execution, or just making sense of the chaos that is Solana logs.
Solana logs are structured, but not structured structured. This parses them just enough to make them usable by machines (and less annoying for humans).
Still messy. Still useful. PRs are welcomed.