https://github.com/eth-p/unicode-check
A tiny program that checks for Unicode normalization.
https://github.com/eth-p/unicode-check
Last synced: about 1 year ago
JSON representation
A tiny program that checks for Unicode normalization.
- Host: GitHub
- URL: https://github.com/eth-p/unicode-check
- Owner: eth-p
- Created: 2020-05-13T09:31:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T09:50:33.000Z (about 6 years ago)
- Last Synced: 2025-02-08T22:13:32.484Z (over 1 year ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# unicode-check
A small tool that checks Unicode normalization in files.
## Usage
```bash
unicode-check src/main.rs --verbose
```
## Building
```bash
cargo build
```