rustlens 0.2.1

Blazing-fast Rust Code Inspector for the Terminal
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# typos configuration
# See https://github.com/crate-ci/typos

[default.extend-words]
# Add any project-specific words that should not be flagged as typos
ratatui = "ratatui"
Ratatui = "Ratatui"

[files]
extend-exclude = [
    "target/",
    "Cargo.lock",
    "*.svg",
]