Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goto-bus-stop/node-resolve

the node.js module resolution algorithm, but it's rust
https://github.com/goto-bus-stop/node-resolve

Last synced: 13 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# node-resolve

[![node-resolve on crates.io](https://img.shields.io/crates/v/node-resolve.svg)](https://crates.io/crates/node-resolve)

Rust implementation of the [Node.js module resolution algorithm](https://nodejs.org/api/modules.html#modules_all_together).

Missing features:

- [ ] async?
- [ ] maybe more

## Install

Add to your Cargo.toml:

```toml
[dependencies]
node-resolve = "2.2.0"
```

## Usage

See [docs.rs/node-resolve](https://docs.rs/node-resolve).

## License

[Apache-2.0](./LICENSE.md)