curtisy1 / LogRust

A log file viewer written in Rust using iced-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LogRust

A log file viewer written in Rust using iced-rs

Currently, unusable. It only counts occurrences of specific log levels and displays them in a UI. Nevertheless, it does so in an extremely fast manner (on my machine, it takes around 15 seconds to scan a ~4.5 Gb file with ~23.5 million lines)

As the name implies, this is pretty much a toy project. I always wanted to get into Rust while also trying some kind of UI framework. And I happened to need some library that could open and filter large logs by their log level so here we are

About

A log file viewer written in Rust using iced-rs

License:MIT License


Languages

Language:Rust 100.0%