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

https://github.com/cgqaq/rusty-source-map

source-map npm package written in Rust, that's it. DO NOT expect any optimizing on performance.
https://github.com/cgqaq/rusty-source-map

rust source-maps sourcemap

Last synced: about 1 month ago
JSON representation

source-map npm package written in Rust, that's it. DO NOT expect any optimizing on performance.

Awesome Lists containing this project

README

        

# rusty-source-map
source-map npm package written in Rust

## bench

### You should have nodejs-lts and rust toolchain(include cargo) pre-installed.
```bash
git clone --recurse-submodules [email protected]:CGQAQ/rusty-source-map.git rusty-source-map
cd rusty-source-map
./bench.sh
```

![image](https://user-images.githubusercontent.com/15936231/141686375-853e9226-b193-417e-be91-4394455c657f.png)