8 releases
0.0.9 |
|
---|---|
0.0.8 | Jan 9, 2022 |
0.0.5 | Dec 29, 2021 |
#161 in #nodejs
23 downloads per month
Used in js_workspace_tools
63KB
1K
SLoC
rusty_nodejs_path
Port path module (and tests) of nodejs to rust using the same algorithms.
Progress
- posix
- 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) - enhanced
- [process.cwd()]
- 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) - enhanced
- [process.cwd()]
Related sources
Dependencies
~47KB