mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-28 05:21:23 +00:00
10 lines
179 B
Markdown
10 lines
179 B
Markdown
# Tracing demo
|
|
|
|
This example demonstrates how to use the [tracing](https://crates.io/crates/tracing) crate to log to a file.
|
|
|
|
To run this demo:
|
|
|
|
```shell
|
|
cargo run -p tracing
|
|
```
|