urlon

URL Object Notation implemented in Nim


Need help? Read Nimble

URLON in Nim

URL Object Notation(URLON) implemented in Nim.

URLON is originally designed by @vjeux (see the blog). The main implementation is here.

Installation guide

nimble install urlon

Run tests

nimble test

Legacy URLON

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.

License

MIT
© 2022 Double-oxygeN

Author: Double-oxygeN

Latest versions: 0.1

Licence: MIT

Project website

Docs