aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/normalize_identifier.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-13Rename crate to `markdown`Libravatar Titus Wormer1-1/+1
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
* Remove custom kind wrappers, use plain bytes instead * Remove `Into`s, use the explicit expected types instead * Refactor to use `slice.as_str` in most places * Remove unneeded unique check before adding a definition * Use a shared CDATA prefix in constants * Inline byte checks into matches * Pass bytes back from parser instead of whole parse state * Refactor to work more often on bytes * Rename custom `size` to `len`
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