aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/normalize_identifier.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-16Add `no_std + alloc`Libravatar Titus Wormer1-0/+2
2022-08-15Refactor to proof docs, grammarsLibravatar Titus Wormer1-17/+13
2022-07-29Refactor to improve statesLibravatar Titus Wormer1-15/+24
2022-07-20Refactor to improve allocation around stringsLibravatar Titus Wormer1-8/+5
2022-07-18Fix edge case in identifier normalizationLibravatar Titus Wormer1-1/+9
2022-07-11Add tests for matching identifiers w/ turkish `i`Libravatar Titus Wormer1-1/+0
2022-07-05Refactor code styleLibravatar Titus Wormer1-1/+1
2022-06-28Add some more crosslinks to docsLibravatar Titus Wormer1-3/+2
2022-06-22Add docs on normalizing identifiers, matchingLibravatar Titus Wormer1-2/+33
2022-06-22Add support for normalizing identifiersLibravatar Titus Wormer1-0/+37