Crates.io | confusables |
lib.rs | confusables |
version | 0.1.0 |
source | src |
created_at | 2023-08-23 17:46:23.02391 |
updated_at | 2023-08-23 17:46:23.02391 |
description | Utilities around Unicode confusables/homoglyphs |
homepage | |
repository | https://github.com/AntoniosBarotsis/confusables/tree/main/crates/confusables |
max_upload_size | |
id | 952386 |
size | 727,662 |
A Rust crate that provides utilities around Unicode confusables/homoglyphs. Specifically about:
The Unicode data file is parsed at compile time so there is no extra overhead at runtime.
All the new methods are implemented as part of a trait which you will need to import:
use confusables::Confusable;
All methods come with code examples so be sure to check those!