Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/goto-bus-stop/node-resolve
- Owner: goto-bus-stop
- License: other
- Created: 2018-03-06T10:38:08.000Z (over 6 years ago)
- Default Branch: default
- Last Pushed: 2022-06-02T14:12:05.000Z (over 2 years ago)
- Last Synced: 2024-04-14T07:46:22.464Z (7 months ago)
- Language: Rust
- Homepage: https://docs.rs/node-resolve
- Size: 48.8 KB
- Stars: 62
- Watchers: 3
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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)