summaryrefslogtreecommitdiff
path: root/src/util/fence.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add module/function docs to fence utilsA Farzat2026-06-201-2/+7
|
* Move outer_backticks to a util moduleA Farzat2026-06-101-0/+78
This is because it shall be used by other functions later on. It was made more generic by accepting raw bytes instead of strictly UTF-8 strings. This allows future functions to call it without having to convert the contents to UTF-8 strings first.