node-resolve

the node.js module resolution algorithm, but it's rust

OTHER License

Downloads
33K
Stars
62
Committers
2

node-resolve

Rust implementation of the Node.js module resolution algorithm.

Missing features:

  • async?
  • maybe more

Install

Add to your Cargo.toml:

[dependencies]
node-resolve = "2.2.0"

Usage

See docs.rs/node-resolve.

License

Apache-2.0