node-resolve
Rust implementation of the Node.js module resolution algorithm.
Missing features:
- --preserve-symlinks (currently always preserves symlinks, unlike Node)
- maybe more
Install
Add to your Cargo.toml:
[]
= "1.1.0"
Usage
See docs.rs/node-resolve.