You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tui-rs/examples
Florian Dehau 5a590bca74 chore: enable clippy on all targets and all features
- Remove deny warnings in lib.rs. This allows easier iteration when developing
new features. The warnings will make the CI fails anyway on the clippy CI
stage.
- Run clippy on all targets (including tests and examples) and all features.
- Fail CI on clippy warnings.
4 years ago
..
demo chore: enable clippy on all targets and all features 4 years ago
util chore: enable clippy on all targets and all features 4 years ago
barchart.rs chore: remove unecessary dependencies 4 years ago
block.rs chore: enable clippy on all targets and all features 4 years ago
canvas.rs chore: remove unecessary dependencies 4 years ago
chart.rs refactor(widgets/canvas): allow canvas to render with a simple dot character instead of braille patterns 4 years ago
crossterm_demo.rs fix(examples): improve input handling in crossterm demo 4 years ago
curses_demo.rs chore: enable clippy on all targets and all features 4 years ago
custom_widget.rs chore: enable clippy on all targets and all features 4 years ago
gauge.rs chore: remove unecessary dependencies 4 years ago
layout.rs chore: enable clippy on all targets and all features 4 years ago
list.rs chore: remove unecessary dependencies 4 years ago
paragraph.rs chore: enable clippy on all targets and all features 4 years ago
popup.rs chore: enable clippy on all targets and all features 4 years ago
rustbox_demo.rs chore: enable clippy on all targets and all features 4 years ago
sparkline.rs chore: remove unecessary dependencies 4 years ago
table.rs chore: enable clippy on all targets and all features 4 years ago
tabs.rs chore: enable clippy on all targets and all features 4 years ago
termion_demo.rs feat: add an option to run the examples without all unicode symbols 4 years ago
user_input.rs chore: enable clippy on all targets and all features 4 years ago