about summary refs log tree commit diff stats
path: root/src/html/entity.nim
Commit message (Collapse)AuthorAgeFilesLines
* Store html entities as zero terminated stringsbptato2022-06-071-4/+4
|
* Reorganize importsbptato2021-08-071-2/+2
|
* Remove static radix tree and small/full buildsbptato2021-08-051-21/+10
| | | | | | Static radix tree was a hack to begin with and I don't want to deal with it anymore. I might consider small/full builds later on but let's be honest here, it's premature optimization.
* CSS selectors and re-organizationbptato2021-07-301-0/+28