Initial release
Simple router with sorted route matching based on specificity, with support for simple dynamic segments. Mostly designed for use with file-system based routes (e.g. Next.js) and will avoid usages of characters that don't work on the filesystem (e.g. :
).