sil-normalizer 0.1.0

Unicode normalization engine for the Semantic Integrity Layer — NFKC normalization and zero-width character filtering
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "sil-normalizer"
version = "0.1.0"
edition = "2024"
description = "Unicode normalization engine for the Semantic Integrity Layer — NFKC normalization and zero-width character filtering"
license = "MIT"
repository = "https://github.com/nrelab/SIL"
homepage = "https://github.com/nrelab/SIL"
documentation = "https://docs.rs/sil-normalizer"
categories = ["text-processing", "security"]
keywords = ["unicode", "normalization", "security", "nfkc", "zero-width"]

[dependencies]
unicode-normalization = "0.1"