aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/autolink.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add some more crosslinks to docsLibravatar Titus Wormer2022-06-281-2/+3
|
* Add docs to label endLibravatar Titus Wormer2022-06-281-2/+0
|
* Add docs on encoding to definition, destinationLibravatar Titus Wormer2022-06-221-2/+2
|
* Add docs for token typesLibravatar Titus Wormer2022-06-221-0/+7
|
* Refactor to improve a bunch of statesLibravatar Titus Wormer2022-06-211-4/+3
| | | | | | * Improve passing stuff around * Add traits to enums for markers and such * Fix “life time” stuff I didn’t understand
* Remove unneeded `pub` keywordsLibravatar Titus Wormer2022-06-201-9/+9
|
* Add docs on sanitizing urls to autolinkLibravatar Titus Wormer2022-06-151-0/+18
|
* Add docs on constructs, bnfLibravatar Titus Wormer2022-06-141-0/+2
|
* Add support for sanitizing urlsLibravatar Titus Wormer2022-06-131-6/+4
| | | | | | * Add support for properly encoding characters in urls * Add support for sanitizing potentially dangerous urls * Add safe defaults, optionally live dangerously
* Add autolinksLibravatar Titus Wormer2022-06-131-0/+327