Docs.rs
zer-blocking-1.0.3
zer-blocking 1.0.3
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
arsalan-anwari
Dependencies
any_ascii ^0.3
normal
rayon ^1
normal
rphonetic ^3
normal
serde ^1
normal
thiserror ^2
normal
unicode-normalization ^0.1
normal
zer-core ^1.0
normal
csv ^1
dev
serde_json ^1
dev
Versions
50.49%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module normalize
zer_
blocking
1.0.3
Module normalize
Module Items
Functions
In crate zer_
blocking
zer_blocking
Module
normalize
Copy item path
Source
Functions
§
extract_
surname_
token
Return the last whitespace-delimited token of a name, stripping tussenvoegsel from single-field full-name representations.
normalize_
digits_
only
normalize_
plate
Strip hyphens and spaces from a license plate and uppercase it. “25-XKL-9” becomes “25XKL9”.
normalize_
text
strip_
tussenvoegsel
Strip common Dutch tussenvoegsel prefixes so that “VAN DEN BERG” and “BERG” produce the same phonetic key.
transliterate_
and_
normalize
Transliterate non-Latin Unicode to ASCII via any_ascii, then apply standard normalization (NFKD diacritic stripping + uppercase + collapse whitespace). Useful for Arabic/Cyrillic name input before phonetic encoding.