creationix / seaduk

An implementation of nucleus-js using duktape and libuv implemented in C
Other
34 stars 5 forks source link

Pure C path library. #1

Closed creationix closed 8 years ago

creationix commented 8 years ago

Using rust for path was a great exercise and much quicker than this C library took to implement, but it's best if this repo stays pure C to keep the build dependencies down.

The https://github.com/nucleus-js/rustyduk repo will contain all the rust fun.