URL Object Notation(URLON) implemented in Nim.
URLON is originally designed by @vjeux (see the blog). The main implementation is here.
nimble install urlon
nimble test
Originally the prefix of URLON object is _
(underscore).
But now $
(dollar sign) is used for it.
The reason why it has changed is described here.
If you want to use the legacy version, try -d:legacyUrlon
option.
MIT
© 2022 Double-oxygeN