mirror of
https://codeberg.org/waydeer/layer-shika.git
synced 2025-12-12 17:45:54 +00:00
10 lines
198 B
Markdown
10 lines
198 B
Markdown
# Simple Bar Example
|
|
|
|
This example demonstrates the most basic use case of layer-shika: creating a status bar using the fluent builder API.
|
|
|
|
## Running
|
|
|
|
```bash
|
|
cd examples/simple-bar
|
|
cargo run
|
|
```
|