Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kpouer/ceos


https://github.com/kpouer/ceos

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Ceos

[![dependency status](https://deps.rs/repo/github/kpouer/Ceos/status.svg)](https://deps.rs/repo/github/kpouer/Ceos)
![Apache](https://img.shields.io/badge/license-Apache-blue.svg)

## Introduction

Ceos is a log viewer written in Rust.
It's purpose is to be able to open big log files (several GB) and manipulate them with filtering commands (similar to grep, cut)

# Licence

This software is licenced under Apache 2.0 licence

# Dependencies

- anyhow (https://crates.io/crates/anyhow)
- eframe (https://crates.io/crates/anyhow)
- egui (https://crates.io/crates/egui)
- env_logger (https://crates.io/crates/env_logger)
- log (https://crates.io/crates/log)
- rfd (https://crates.io/crates/rfd)