aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/normalize_identifier.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename crate to `markdown`Libravatar Titus Wormer2022-10-131-1/+1
* Add `no_std + alloc`Libravatar Titus Wormer2022-08-161-0/+2
* Refactor to proof docs, grammarsLibravatar Titus Wormer2022-08-151-17/+13
* Refactor to improve statesLibravatar Titus Wormer2022-07-291-15/+24
* Refactor to improve allocation around stringsLibravatar Titus Wormer2022-07-201-8/+5
* Fix edge case in identifier normalizationLibravatar Titus Wormer2022-07-181-1/+9
* Add tests for matching identifiers w/ turkish `i`Libravatar Titus Wormer2022-07-111-1/+0
* Refactor code styleLibravatar Titus Wormer2022-07-051-1/+1
* Add some more crosslinks to docsLibravatar Titus Wormer2022-06-281-3/+2
* Add docs on normalizing identifiers, matchingLibravatar Titus Wormer2022-06-221-2/+33
* Add support for normalizing identifiersLibravatar Titus Wormer2022-06-221-0/+37