karax
karax copied to clipboard
Publishing helper modules seperately?
Have you considered publishing the jdict and jstrutils modules as separate nimble packages? I think they are very universal and I would like to import them in other projects.
I my opinion they are a bit too tiny to live on their own (~30 LOC in total), and justify an explicit dependency. I wouldn't mind having just a dependency on Karax for now.
I think I might move them to Nim's stdlib instead. Any objections?
Also, jsrutils
misses following:
proc `&`*(s: float): cstring {.importcpp: "((#)+'')", nodecl.}
You may want to add it in the same time.
Seems like this didn't make it into stdlib. I'm going to close this for now due to inactivity. Please feel free to re-open and comment if you want to discuss further!