rusty_nodejs_path
Port path module (and tests) of nodejs to rust using the same algorithms.
Progress
- posix
- win32
- path.basename(path[, ext])
- path.delimiter
- path.dirname(path)
- path.extname(path)
- path.format(pathObject)
- path.isAbsolute(path)
- path.join([...paths])
- path.normalize(path)
- path.parse(path)
- path.relative(from, to)
- path.resolve([...paths])
- path.sep
-
path.toNamespacedPath(path)