Skip to content

kegesch/tui-log-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages