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.
- Host: GitHub
- URL: https://github.com/cgqaq/rusty-source-map
- Owner: CGQAQ
- License: mit
- Created: 2021-10-16T16:03:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T04:51:52.000Z (over 3 years ago)
- Last Synced: 2025-05-07T18:06:54.431Z (about 1 month ago)
- Topics: rust, source-maps, sourcemap
- Language: Rust
- Homepage:
- Size: 277 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```