1
0
зеркало из https://github.com/glebtv/tui-textarea.git synced 2026-08-28 11:36:17 +03:00

invert tui-rs and ratatui in document

Этот коммит содержится в:
rhysd
2023-10-24 14:54:26 +09:00
родитель 08b538e39b
Коммит 989be96aa9
5 изменённых файлов: 71 добавлений и 67 удалений

Просмотреть файл

@@ -10,7 +10,7 @@ For reporting a bug, please make sure your report includes the following points.
- Environment
- Your terminal
- Rust version
- `tui` or `ratatui` crate version
- `ratatui` or `tui` crate version
- Enabled features of `tui-textarea` crate
An example of bug report: https://github.com/rhysd/tui-textarea/issues/1
@@ -29,7 +29,7 @@ To run linters:
```sh
cargo clippy --features=search --tests --examples
cargo clippy --features=ratatui-crossterm,search --no-default-features --tests --examples
cargo clippy --features=tuirs-crossterm,search --no-default-features --tests --examples
cargo fmt -- --check
```
@@ -67,7 +67,7 @@ tail -F debug.txt
## Running a fuzzer
To run fuzzing tests, [cargo-fuzz][] is necessary.
To run fuzzing tests, [cargo-fuzz][] and Rust nightly toolchain are necessary.
```sh
cargo +nightly fuzz run edit