Skip to content

Double-oxygeN/urlon-nim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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