kegesch / tui-log-rs

Example of how to use logging with tui in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logging in a TUI app in Rust

This repository contains:

  • a library providing a log ging implementation based on a writable trait
  • the example folder containing an implementation of a TUI widget that implements the writable trait

In total this means you can render your widget with with tui and use the log interface methods: log, debug, error etc.

About

Example of how to use logging with tui in rust

License:MIT License


Languages

Language:Rust 100.0%